]> granicus.if.org Git - json-c/commitdiff
modify RELEASE
authordota17 <chenguopingdota@163.com>
Tue, 3 Mar 2020 06:16:13 +0000 (14:16 +0800)
committerdota17 <chenguopingdota@163.com>
Tue, 3 Mar 2020 06:16:13 +0000 (14:16 +0800)
CMakeLists.txt

index 0354553e8feb5528ce5481a99c80875b4fe2bc9b..95b86635ab787c5776971de0865d4289ea2f10b8 100644 (file)
@@ -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.