From: dota17 Date: Tue, 3 Mar 2020 06:16:13 +0000 (+0800) Subject: modify RELEASE X-Git-Tag: json-c-0.14-20200419~50^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F547%2Fhead;p=thirdparty%2Fjson-c.git modify RELEASE --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0354553e..95b86635 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE debug) endif() -set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELAESE} -O2") +set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") # Include file check macros honor CMAKE_REQUIRED_LIBRARIES # i.e. the check_include_file() calls will include -lm when checking.