mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Enabled all warnings everywhere.
This commit is contained in:
@@ -189,6 +189,10 @@ function toolchain(_buildDir, _libDir)
|
||||
compiler32bit = true
|
||||
end
|
||||
|
||||
flags {
|
||||
"ExtraWarnings",
|
||||
}
|
||||
|
||||
if _ACTION == "gmake" or _ACTION == "ninja" then
|
||||
|
||||
if nil == _OPTIONS["gcc"] then
|
||||
@@ -196,10 +200,6 @@ function toolchain(_buildDir, _libDir)
|
||||
os.exit(1)
|
||||
end
|
||||
|
||||
flags {
|
||||
"ExtraWarnings",
|
||||
}
|
||||
|
||||
if "android-arm" == _OPTIONS["gcc"] then
|
||||
|
||||
if not os.getenv("ANDROID_NDK_ARM")
|
||||
|
||||
Reference in New Issue
Block a user