Make Xcode output readable again
This commit is contained in:
parent
cd5369c7cd
commit
c7eb410d0b
3
wscript
3
wscript
@ -699,6 +699,9 @@ int main() { return 0; }''',
|
|||||||
("-DMAC_OS_X_VERSION_MAX_ALLOWED=110000",
|
("-DMAC_OS_X_VERSION_MAX_ALLOWED=110000",
|
||||||
"-mmacosx-version-min=11.0"))
|
"-mmacosx-version-min=11.0"))
|
||||||
linker_flags.append("-mmacosx-version-min=11.0")
|
linker_flags.append("-mmacosx-version-min=11.0")
|
||||||
|
# Xcode 15 does not like our boost version, producing warnings from almost every file
|
||||||
|
# boost/type_traits/has_trivial_destructor.hpp:30:86: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead
|
||||||
|
flags_dict['basic-warnings'].append ("-Wno-deprecated-builtins")
|
||||||
|
|
||||||
#
|
#
|
||||||
# save off CPU element in an env
|
# save off CPU element in an env
|
||||||
|
Loading…
Reference in New Issue
Block a user