Enabled global DCE for no-opt and debug modes

This commit is contained in:
Sergey Bogolepov
2018-02-05 12:11:52 +03:00
committed by Sergey Bogolepov
parent b2fe9ffab0
commit c57a12967b
+1 -1
View File
@@ -321,7 +321,7 @@ dependencies.mingw-wasm32 = \
quadruple.wasm32 = wasm32
llvmLtoFlags.wasm32 =
targetSysRoot.wasm32 = target-sysroot-2-wasm
optFlags.wasm32 = -internalize
optFlags.wasm32 = -internalize -globaldce
optNooptFlags.wasm32 = -O1
optOptFlags.wasm32 = -O3
optDebugFlags.wasm32 = -O0