Premake: Reorder links to speed up building.
- Re-enable LTO on clang. - Set AR on travis so it builds with LTO.
This commit is contained in:
@@ -91,7 +91,6 @@ filter("platforms:Linux")
|
||||
buildoptions({
|
||||
-- "-mlzcnt", -- (don't) Assume lzcnt is supported.
|
||||
({os.outputof("pkg-config --cflags gtk+-x11-3.0")})[1],
|
||||
"-fno-lto", -- Premake doesn't support LTO on clang
|
||||
})
|
||||
links({
|
||||
"stdc++fs",
|
||||
|
||||
Reference in New Issue
Block a user