We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181ac12 commit 5ac5707Copy full SHA for 5ac5707
emsdk-cc
@@ -49,11 +49,12 @@ def arglist(*argv):
49
50
# -Wwarn-absolute-paths
51
# --valid-abspath ${SDKROOT}
52
-# COMMON="-Wno-unsupported-floating-point-opt"
+# COMMON=
53
+# -Wno-unsupported-floating-point-opt
54
+# -Wno-limited-postlink-optimizations
55
56
COMMON = arglist(
57
"""
- -Wno-limited-postlink-optimizations
58
-Wno-unused-command-line-argument
59
-Wno-unreachable-code-fallthrough
60
-Wno-unused-function
@@ -171,6 +172,10 @@ for argc, arg in enumerate(sys.argv):
171
172
if arg == '-static':
173
STATIC = True
174
175
+ if arg.startswith("-sENVIRONMENT"):
176
+ SIZEOPT = False
177
+ USE_RAWFS = False
178
+
179
if arg == "-sENVIRONMENT=web":
180
EXE = False
181
HTML = True
0 commit comments