mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Disable appleseed.studio for now: while it had been ported to Qt5, it still heavily relies on Python 2.x - Drop the options: C++11 is required now, and API examples are of little interest to end-users so just stop installing them - Add dependencies on `archivers/liblz4' and `graphics/openimageio' - GC no longer needed work-arounds for old versions of Clang
15 lines
638 B
Text
15 lines
638 B
Text
--- 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.
|
|
-)
|
|
|
|
|
|
#--------------------------------------------------------------------------------------------------
|