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:
@@ -41,11 +41,11 @@ project("xenia-hid-demo")
|
||||
|
||||
filter("platforms:Linux")
|
||||
links({
|
||||
"SDL2",
|
||||
"vulkan",
|
||||
"X11",
|
||||
"xcb",
|
||||
"X11-xcb",
|
||||
"vulkan",
|
||||
"SDL2",
|
||||
})
|
||||
|
||||
filter("platforms:Windows")
|
||||
|
||||
Reference in New Issue
Block a user