zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #24039
[Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/markos-scratch into lp:zorba.
Commit message:
ZORBA_FOR_ONE_THREAD_ONLY is now ON by default
Requested reviews:
Markos Zaharioudakis (markos-za)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/172509
ZORBA_FOR_ONE_THREAD_ONLY is now ON by default
--
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/172509
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'CMakeConfiguration.txt'
--- CMakeConfiguration.txt 2013-06-15 02:57:08 +0000
+++ CMakeConfiguration.txt 2013-07-02 09:31:28 +0000
@@ -67,7 +67,7 @@
SET(ZORBA_WITH_CODE_PROFILE OFF CACHE BOOL "compile the code with information for a code profiling analysis")
MESSAGE(STATUS "ZORBA_WITH_CODE_PROFILE: " ${ZORBA_WITH_CODE_PROFILE})
-SET(ZORBA_FOR_ONE_THREAD_ONLY OFF CACHE BOOL "compile zorba for single threaded use")
+SET(ZORBA_FOR_ONE_THREAD_ONLY ON CACHE BOOL "compile zorba for single threaded use")
MESSAGE(STATUS "ZORBA_FOR_ONE_THREAD_ONLY: " ${ZORBA_FOR_ONE_THREAD_ONLY})
IF (DEFINED UNIX)
Follow ups