wok-next view lua-yaml/stuff/patches/cmake.patch @ rev 21426

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents
children
line source
1 --- a/CMakeLists.txt
2 +++ b/CMakeLists.txt
3 @@ -53,12 +53,6 @@
4 endif(WIN32)
5 endif(UNIX)
7 -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -fPIC -O2")
8 -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall -fPIC -O2")
9 -if (RELEASE)
10 - add_definitions(-O2 -DNDEBUG)
11 -endif(RELEASE)
12 -
13 # --------------------------------------------------------------
14 # yaml.core
15 # --------------------------------------------------------------