CMakeLists.txt: use -flto=auto for potential parallel link
This commit is contained in:
parent
a75dda2736
commit
6cbfc8a5fb
@ -153,7 +153,7 @@ function(give_options_without_warnings target)
|
|||||||
|
|
||||||
set(BUILD_FLAGS_RELEASE
|
set(BUILD_FLAGS_RELEASE
|
||||||
-O3
|
-O3
|
||||||
-flto
|
-flto=auto
|
||||||
-mavx -mavx2
|
-mavx -mavx2
|
||||||
-Wl,--gc-sections
|
-Wl,--gc-sections
|
||||||
-fdata-sections
|
-fdata-sections
|
||||||
|
Loading…
Reference in New Issue
Block a user