mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge branch 'master' of git://github.com/matricks/teeworlds
This commit is contained in:
commit
1f41e7da85
2
bam.lua
2
bam.lua
|
@ -4,7 +4,7 @@ Import("configure.lua")
|
|||
Import("other/sdl/sdl.lua")
|
||||
Import("other/freetype/freetype.lua")
|
||||
|
||||
--- Setup Config --------
|
||||
--- Setup Config -------
|
||||
config = NewConfig()
|
||||
config:Add(OptCCompiler("compiler"))
|
||||
config:Add(OptTestCompileC("stackprotector", "int main(){return 0;}", "-fstack-protector -fstack-protector-all"))
|
||||
|
|
Loading…
Reference in a new issue