Fix premake filter mistake that broke debug builds (and likely any build other than release)
This commit is contained in:
2
third_party/glslang-spirv.lua
vendored
2
third_party/glslang-spirv.lua
vendored
@@ -15,6 +15,8 @@ project("glslang-spirv")
|
||||
"/Os",
|
||||
"/O1"
|
||||
})
|
||||
filter {}
|
||||
|
||||
files({
|
||||
"glslang/SPIRV/bitutils.h",
|
||||
"glslang/SPIRV/disassemble.cpp",
|
||||
|
||||
Reference in New Issue
Block a user