This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
antimony/antimony-set_flags.patch
2016-07-10 12:01:50 +02:00

13 lines
487 B
Diff

--- CMakeLists.orig.txt 2016-07-03 23:51:51.000000000 +0200
+++ CMakeLists.txt 2016-07-04 14:08:01.892631997 +0200
@@ -2,8 +2,8 @@
project(Antimony)
set(CMAKE_BUILD_TYPE RELEASE)
-set(CMAKE_CXX_FLAGS "-Wall -Wextra -g -Werror=switch")
-set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DRELEASE")
+set(CMAKE_CXX_FLAGS "@@optflags@@")
+set(CMAKE_CXX_FLAGS_RELEASE "-DRELEASE")
set(CMAKE_CXX_FLAGS_DEBUG "-O0")
################################################################################