[runtime] drop debug flags
This commit is contained in:
committed by
Vasily Levchenko
parent
a917d044bd
commit
bbeefb0b56
@@ -92,7 +92,7 @@ class ClangTarget(val target: KonanTarget, konanProperties: KonanProperties) {
|
||||
"-Xclang", "-isystem$sysRoot/include/libcxx", "-Xclang", "-isystem$sysRoot/lib/libcxxabi/include",
|
||||
"-Xclang", "-isystem$sysRoot/include/compat", "-Xclang", "-isystem$sysRoot/include/libc")
|
||||
}
|
||||
return result + (if (target != KonanTarget.WASM32) listOf("-g") else emptyList())
|
||||
return result
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user