Skip to content

Commit 4cfa212

Browse files
committed
Remove unnecessary flags (already in GLOBAL_CFLAGS)
1 parent f04dda1 commit 4cfa212

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ EMCC_COMMON_ARGS = \
306306
--preload-file assets/fonts.conf \
307307
-s ALLOW_MEMORY_GROWTH=1 \
308308
-s NO_FILESYSTEM=0 \
309-
-s ENVIRONMENT=web,webview \
310-
-s DOUBLE_MODE=0 \
311309
--no-heap-copy \
312310
-o $@
313311
#--js-opts 0 -g4 \

0 commit comments

Comments
 (0)