Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 14:49:51 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 14:49:51 +1100
commit874ab3dd48a53c0cda6bb1faaeea27b52d2c1df2 (patch)
tree86c2d0d24e98b849f6bd7dd1e7abdb95baed4abe /source/core/CMakeLists.txt
parent9beadf3e2c6f06f43259e48629598fe77c365797 (diff)
?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on Clang
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r--source/core/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt
index 16cf576..3d00baf 100644
--- a/source/core/CMakeLists.txt
+++ b/source/core/CMakeLists.txt
@@ -231,10 +231,6 @@ IF(STAR_PRECOMPILED_HEADERS)
TARGET_PRECOMPILE_HEADERS (star_core PUBLIC StarPch.hpp)
ENDIF()
-IF(STAR_COMPILER STREQUAL "gnu")
- SET_SOURCE_FILES_PROPERTIES(StarImageScaling.cpp PROPERTIES COMPILE_FLAGS "-O2 -fno-trapping-math -fno-unsafe-math-optimizations")
-ENDIF()
-
IF(STAR_USE_JEMALLOC AND JEMALLOC_IS_PREFIXED)
SET_SOURCE_FILES_PROPERTIES(StarMemory.cpp PROPERTIES
COMPILE_DEFINITIONS STAR_JEMALLOC_IS_PREFIXED