Author: tfaber
Date: Sat Jul 20 10:02:50 2013
New Revision: 59533
URL:
http://svn.reactos.org/svn/reactos?rev=59533&view=rev
Log:
[CMAKE]
- Why the heck do we need GNU C++ extensions aka fix build
Modified:
trunk/reactos/cmake/gcc.cmake
Modified: trunk/reactos/cmake/gcc.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=59533&…
==============================================================================
--- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original)
+++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Sat Jul 20 10:02:50 2013
@@ -15,7 +15,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)