buildsystem: Added debug build flags to linker
This commit is contained in:
@@ -40,7 +40,8 @@ local library_linker_inputs = '-l' .. table.concat({
|
|||||||
-- Linux
|
-- Linux
|
||||||
}, ' -l')
|
}, ' -l')
|
||||||
local linker_flags = table.concat({
|
local linker_flags = table.concat({
|
||||||
|
"-g",
|
||||||
|
"-O0"
|
||||||
}, ' ')
|
}, ' ')
|
||||||
local shader_src_dir = "bin/shaders/src"
|
local shader_src_dir = "bin/shaders/src"
|
||||||
local shader_out_dir = "bin/shaders/out"
|
local shader_out_dir = "bin/shaders/out"
|
||||||
|
|||||||
Reference in New Issue
Block a user