Skip to content

Commit b4a2f7c

Browse files
committed
[fix][devtools] Fix error in makefile
1 parent e522d19 commit b4a2f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/makefile_base_emscripten.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ifeq ($(OS),Darwin)
5656
endif
5757

5858
# Optimization flags specific to compiler/CFG combination
59-
$ifeq ($(CFG), release)
59+
#ifeq ($(CFG), release)
6060
# With gcc 4.6.3, engine.so went from 7,383,765 to 8,429,109 when building with -O3.
6161
# There also was no speed difference running at 1280x1024. May 2012, mikesart.
6262
# tonyp: The size increase was likely caused by -finline-functions and -fipa-cp-clone getting switched on with -O3.
@@ -69,7 +69,7 @@ $ifeq ($(CFG), release)
6969
# else
7070
# OptimizerLevel_CompilerSpecific += -fpredictive-commoning -funswitch-loops
7171
# endif
72-
$else
72+
#else
7373
OptimizerLevel_CompilerSpecific = -O0
7474
#-O1 -finline-functions
7575
#endif

0 commit comments

Comments
 (0)