Use -O1 when compiling with debug enabled (except for wasm target) (#1320)

This commit is contained in:
SvyatoslavScherbina
2018-02-13 12:22:45 +03:00
committed by GitHub
parent d0722cf644
commit 5c51f291d2
+1 -1
View File
@@ -28,7 +28,7 @@ downloadingAttempts = 10
downloadingAttemptIntervalMs = 3000
homeDependencyCache = .konan/cache
llvmDebugOptFlags = -O0
llvmDebugOptFlags = -O1
llvmVersion = 5.0.0
# Mac OS X.