waf is fun
This commit is contained in:
parent
2bdf9e447f
commit
7b3263891f
2
wscript
2
wscript
@ -387,7 +387,7 @@ def set_compiler_flags (conf,opt):
|
|||||||
c_flags.extend(('-Wstrict-prototypes', '-Wmissing-prototypes'))
|
c_flags.extend(('-Wstrict-prototypes', '-Wmissing-prototypes'))
|
||||||
cxx_flags.append('-Woverloaded-virtual')
|
cxx_flags.append('-Woverloaded-virtual')
|
||||||
if (not is_clang and not platform == "darwin"):
|
if (not is_clang and not platform == "darwin"):
|
||||||
cxx_flags.extend('-Wno-unused-local-typedefs')
|
cxx_flags.append('-Wno-unused-local-typedefs')
|
||||||
|
|
||||||
#
|
#
|
||||||
# more boilerplate
|
# more boilerplate
|
||||||
|
Loading…
Reference in New Issue
Block a user