Added C++14 flag
This commit is contained in:
parent
ae142483e1
commit
361acd76a8
@ -24,6 +24,7 @@
|
||||
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
|
||||
'CLANG_CXX_LIBRARY': 'libc++',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '10.7',
|
||||
'OTHER_CFLAGS': ['-std=c++14'],
|
||||
},
|
||||
'include_dirs': [
|
||||
# install qt via homebrew only
|
||||
|
||||
Loading…
Reference in New Issue
Block a user