fixes and macos stuff
This commit is contained in:
parent
9695ceec8a
commit
801a8d1754
10 changed files with 108 additions and 115 deletions
|
@ -9,6 +9,7 @@ project(
|
|||
'default_library=static',
|
||||
'buildtype=debugoptimized',
|
||||
'b_vscrt=mt',
|
||||
'b_lto=true',
|
||||
'warning_level=3',
|
||||
],
|
||||
)
|
||||
|
@ -24,6 +25,7 @@ common_warning_flags = [
|
|||
'-Wno-c++20-extensions',
|
||||
'-Wno-c++98-compat',
|
||||
'-Wno-c++98-compat-pedantic',
|
||||
'-Wno-covered-switch-default',
|
||||
'-Wno-disabled-macro-expansion',
|
||||
'-Wno-missing-prototypes',
|
||||
'-Wno-padded',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue