waifulib/owcc: add -xx to ignore default includes
This commit is contained in:
parent
e602ca1d66
commit
0ee5ff3aad
1 changed files with 2 additions and 0 deletions
|
@ -116,7 +116,9 @@ def configure(conf):
|
|||
conf.owcc_common_flags()
|
||||
conf.cc_load_tools()
|
||||
conf.cc_add_flags()
|
||||
conf.env.append_unique('CFLAGS','-Wc,-xx')
|
||||
conf.cxx_load_tools()
|
||||
conf.cxx_add_flags()
|
||||
conf.env.append_unique('CXXFLAGS','-Wc,-xx')
|
||||
conf.link_add_flags()
|
||||
conf.owcc_detect_platform()
|
||||
|
|
Loading…
Add table
Reference in a new issue