diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 14:49:51 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 14:49:51 +1100 |
commit | 874ab3dd48a53c0cda6bb1faaeea27b52d2c1df2 (patch) | |
tree | 86c2d0d24e98b849f6bd7dd1e7abdb95baed4abe /source/core/CMakeLists.txt | |
parent | 9beadf3e2c6f06f43259e48629598fe77c365797 (diff) |
?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on Clang
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r-- | source/core/CMakeLists.txt | 4 |
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 |