1
0
Fork 0

Use whole-program optimization to eliminate linking of unused symbols

This commit is contained in:
Ilya Fedin 2021-09-19 09:29:52 +04:00 committed by John Preston
parent 3c8e9a0c75
commit dbc1e4fb35

View file

@ -95,6 +95,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
INTERFACE
-pthread
-rdynamic
-fwhole-program
)
endif()