Enable SDL_LEAN_AND_MEAN, SDL_RENDER_DISABLED, saves about 500kb in final exe
Build several projects that arent performance critical with /Os and /O1 under msvc windows
This commit is contained in:
@@ -38,7 +38,11 @@ project("xenia-hid-demo")
|
||||
resincludedirs({
|
||||
project_root,
|
||||
})
|
||||
|
||||
filter({"configurations:Release", "platforms:Windows"})
|
||||
buildoptions({
|
||||
"/Os",
|
||||
"/O1"
|
||||
})
|
||||
filter("platforms:not Android-*")
|
||||
links({
|
||||
"xenia-helper-sdl",
|
||||
|
||||
Reference in New Issue
Block a user