mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup Emscripten toolchain
This commit is contained in:
committed by
Бранимир Караџић
parent
d9a9215f3a
commit
c4de3593de
@@ -306,7 +306,19 @@ function exampleProjectDefaults()
|
||||
|
||||
configuration { "asmjs" }
|
||||
kind "ConsoleApp"
|
||||
targetextension ".bc"
|
||||
|
||||
linkoptions {
|
||||
"-s TOTAL_MEMORY=256MB",
|
||||
"--memory-init-file 1",
|
||||
}
|
||||
|
||||
removeflags {
|
||||
"OptimizeSpeed",
|
||||
}
|
||||
|
||||
flags {
|
||||
"Optimize"
|
||||
}
|
||||
|
||||
configuration { "linux-* or freebsd", "not linux-steamlink" }
|
||||
links {
|
||||
|
||||
Reference in New Issue
Block a user