cura-engine: ignore -O3
This commit is contained in:
parent
4feaa3358f
commit
3f6198c895
1 changed files with 13 additions and 0 deletions
13
srcpkgs/cura-engine/patches/fix-cflags.patch
Normal file
13
srcpkgs/cura-engine/patches/fix-cflags.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- CMakeLists.txt.orig
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -42,7 +42,7 @@ endif()
|
||||||
|
if(CMAKE_BUILD_TYPE_UPPER MATCHES "DEBUG")
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG_INIT}")
|
||||||
|
else()
|
||||||
|
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE_INIT}")
|
||||||
|
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNDEBUG")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 11)
|
Loading…
Add table
Add a link
Reference in a new issue