Update CMakeLists.txt

Removed flto=auto which caused issues with gcc 8.5
This commit is contained in:
Erik Fröjdh
2025-02-12 10:52:55 +01:00
committed by GitHub
parent d86cb533c8
commit f7031d7f87

View File

@@ -244,7 +244,6 @@ target_compile_options(
-Wvla
-Wdouble-promotion
-Werror=return-type #important can cause segfault in optimzed builds
-flto=auto
)
endif() #GCC/Clang specific