diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-13 13:42:21 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-13 13:42:21 -0600 |
commit | f6a8fa5305d00a8e25d3a9a0b11992a5c0543778 (patch) | |
tree | 64db020869bfbb21f4ab9d7ecac7432be2cc59ea /CMakeLists.txt | |
parent | c109b329e643972da0c051b1bf5f004335eaef53 (diff) | |
download | portable-f6a8fa5305d00a8e25d3a9a0b11992a5c0543778.tar.gz portable-f6a8fa5305d00a8e25d3a9a0b11992a5c0543778.tar.bz2 portable-f6a8fa5305d00a8e25d3a9a0b11992a5c0543778.zip |
don't enable global debug
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1ca98b..4779087 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -66,7 +66,7 @@ if(WIN32) | |||
66 | set(BUILD_NC false) | 66 | set(BUILD_NC false) |
67 | endif() | 67 | endif() |
68 | 68 | ||
69 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wall -g") | 69 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wall") |
70 | 70 | ||
71 | if(CMAKE_SYSTEM_NAME MATCHES "HP-UX") | 71 | if(CMAKE_SYSTEM_NAME MATCHES "HP-UX") |
72 | if(CMAKE_C_COMPILER MATCHES "gcc") | 72 | if(CMAKE_C_COMPILER MATCHES "gcc") |