We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa28e0 commit a6cffacCopy full SHA for a6cffac
CMakeLists.txt
@@ -5,9 +5,8 @@ IF (WIN32)
5
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /Od /W3")
6
ELSE()
7
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -Wall")
8
-ENDIF()
9
-
10
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XUTILS_USE_GNU -D_ASSERT_TIMED")
+ENDIF()
11
12
set(XUTILS_INSTALL_PREFIX "/usr/local")
13
string(SUBSTRING "${XUTILS_INSTALL_PREFIX}" 0 2 PREFIX_START)
0 commit comments