mirror of
https://github.com/alex47exe/gse_fork.git
synced 2026-02-04 05:41:18 +01:00
solve the awful order dependant linking for gcc/clang! + get rid of whole archive flag
This commit is contained in:
@@ -459,6 +459,7 @@ flags {
|
||||
}
|
||||
targetprefix "" -- prevent adding the prefix libxxx on linux
|
||||
visibility "Hidden" -- hide all symbols by default on GCC (unless they are marked visible)
|
||||
linkgroups "On" -- turn off the awful order dependent linking on gcc/clang, causes the linker to go back and forth to find missing symbols
|
||||
exceptionhandling "On" -- "Enable exception handling. ... although it does not affect execution."
|
||||
vpaths { -- just for visual niceness, see: https://premake.github.io/docs/vpaths/
|
||||
["headers/*"] = {
|
||||
|
||||
Reference in New Issue
Block a user