gmod-lcpu/test-gmod/project.json

23 lines
312 B
JSON
Raw Normal View History

{
"Name": "test",
"Configurations": {
"Debug": {
"CCompileFlags": "-O0",
"CppCompileFlags": "-O0",
"LinkerFlags": ""
},
"Release": {
"CCompileFlags": "-O2",
"CppCompileFlags": "-O2",
"LinkerFlags": "-Wl,--gc-sections"
}
},
"Sources": [
"binary.ld",
"start.S",
"main.c"
]
}