Margen67
|
3acf3fdcd1
|
Never specify /O1
Leaving it as /O2 might improve performance.
Stops this from being spammed:
cl : command line warning D9025: overriding '/O2' with '/O1' [D:\a\xenia-canary\xenia-canary\build\glslang-spirv.vcxproj]
/Os is implied by /O1;
https://learn.microsoft.com/en-us/cpp/build/reference/o1-o2-minimize-size-maximize-speed?view=msvc-170
|
2024-12-13 13:01:06 -08:00 |
chss95cs@gmail.com
|
d8c94b1aee
|
Fix premake filter mistake that broke debug builds (and likely any build other than release)
|
2022-10-08 10:10:36 -07:00 |
chss95cs@gmail.com
|
b4c175d8a3
|
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
|
2022-09-29 07:26:38 -07:00 |
Triang3l
|
3a308dedb3
|
[Vulkan] Temporarily move to a fork of glslang
|
2020-10-08 23:24:25 +03:00 |
Triang3l
|
4862075976
|
[Vulkan] Cleanup and update SPIR-V dependencies
|
2020-10-08 23:05:30 +03:00 |
DrChat
|
9479444b3e
|
Update spirv-tools and spirv-headers submodules
|
2018-02-19 00:20:30 -06:00 |
Ben Vanik
|
ea959b52fd
|
Adding a subset of the glslang repo dealing with spirv.
The main repo is a mess.
|
2016-02-18 16:43:41 -08:00 |