Author: tkreuzer
Date: Sat Nov 2 20:42:13 2013
New Revision: 60839
URL:
http://svn.reactos.org/svn/reactos?rev=60839&view=rev
Log:
[PSEH3] Enable it by default.
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=60839&…
==============================================================================
--- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original)
+++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Sat Nov 2 20:42:13 2013
@@ -10,7 +10,7 @@
endif()
if(NOT DEFINED USE_PSEH3)
- set(USE_PSEH3 0)
+ set(USE_PSEH3 1)
endif()
if(USE_PSEH3)