Use -O1 when compiling with debug enabled (except for wasm target) (#1320)
This commit is contained in:
committed by
GitHub
parent
d0722cf644
commit
5c51f291d2
@@ -28,7 +28,7 @@ downloadingAttempts = 10
|
||||
downloadingAttemptIntervalMs = 3000
|
||||
homeDependencyCache = .konan/cache
|
||||
|
||||
llvmDebugOptFlags = -O0
|
||||
llvmDebugOptFlags = -O1
|
||||
llvmVersion = 5.0.0
|
||||
|
||||
# Mac OS X.
|
||||
|
||||
Reference in New Issue
Block a user