mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-30 18:54:56 +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
|
-Wvla
|
||||||
-Wdouble-promotion
|
-Wdouble-promotion
|
||||||
-Werror=return-type #important can cause segfault in optimzed builds
|
-Werror=return-type #important can cause segfault in optimzed builds
|
||||||
-flto=auto
|
|
||||||
)
|
)
|
||||||
|
|
||||||
endif() #GCC/Clang specific
|
endif() #GCC/Clang specific
|
||||||
|
|||||||
Reference in New Issue
Block a user