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