mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-12-27 15:31:24 +01:00
Update CMakeLists.txt
Removed flto=auto which caused issues with gcc 8.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user