summaryrefslogtreecommitdiff
path: root/graphics/appleseed/files/patch-cmake_config_linux-gcc-clang.txt
blob: 239885b5b40d425868ba5f888475529e0a5a0f7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- cmake/config/linux-gcc-clang.txt.orig	2019-08-31 15:49:01 UTC
+++ cmake/config/linux-gcc-clang.txt
@@ -150,12 +150,6 @@ if (HIDE_SYMBOLS)
     )
 endif ()
 
-# Release configuration.
-set (c_compiler_flags_release
-    -O3                                                 # optimization level
-    -fgcse-las                                          # Eliminates stores followed by a load to the same positions.
-    -fgcse-sm                                           # Moves load/save instructions out of loops, if possible.
-)
 
 
 #--------------------------------------------------------------------------------------------------