- Why the heck do we need GNU C++ extensions aka fix build

svn path=/trunk/; revision=59533
This commit is contained in:
Thomas Faber 2013-07-20 10:02:50 +00:00
parent e713afc1f4
commit efe732ec14

View file

@ -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)