We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e35e0c + 904db30 commit 9d8d2d1Copy full SHA for 9d8d2d1
1 file changed
test/CMakeLists.txt
@@ -14,7 +14,7 @@ if ("${ARCH}" STREQUAL "")
14
set (ARCH "ARCH_X86")
15
endif("${ARCH}" STREQUAL "")
16
17
-add_definitions(-D${ARCH} -DINCLUDEOS_SINGLE_THREADED)
+add_definitions(-D${ARCH})
18
19
set(CMAKE_CXX_STANDARD 14)
20
set(CMAKE_C_FLAGS "-m32 -g -O0 -std=c11 -Wall -Wextra")
0 commit comments