mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMAKE]
- Why the heck do we need GNU C++ extensions aka fix build svn path=/trunk/; revision=59533
This commit is contained in:
parent
e713afc1f4
commit
efe732ec14
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if(GCC_VERSION VERSION_GREATER 4.7)
|
|||
add_compile_flags("-mstackrealign")
|
||||
endif()
|
||||
|
||||
add_compile_flags_language("-fno-rtti -fno-exceptions -std=c++11" "CXX")
|
||||
add_compile_flags_language("-fno-rtti -fno-exceptions -std=gnu++11" "CXX")
|
||||
|
||||
#bug
|
||||
#file(TO_NATIVE_PATH ${REACTOS_SOURCE_DIR} REACTOS_SOURCE_DIR_NATIVE)
|
||||
|
|
Loading…
Reference in a new issue