Enable undefined define warnings.

This commit is contained in:
Branimir Karadžić
2014-08-21 22:05:36 -07:00
parent 9eb592120c
commit 4d301a10db

View File

@@ -289,6 +289,7 @@ function toolchain(_buildDir, _libDir)
"-fdata-sections",
"-ffunction-sections",
"-msse2",
"-Wundef",
}
linkoptions {
"-Wl,--gc-sections",