diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-03 17:08:12 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-03 17:08:12 -0400 |
| commit | 1f41e7da8589c80ba8b3e87d2e5bd549464c0d53 (patch) | |
| tree | b0ff2c858257a3d44d621b57e9cb969012757149 /bam.lua | |
| parent | 9603d676c67af12294e9598cb8be68fbfafc78e7 (diff) | |
| parent | a48fa5faf26ca53cad9044a7826d3b2b62c24f06 (diff) | |
| download | zcatch-1f41e7da8589c80ba8b3e87d2e5bd549464c0d53.tar.gz zcatch-1f41e7da8589c80ba8b3e87d2e5bd549464c0d53.zip | |
Merge branch 'master' of git://github.com/matricks/teeworlds
Diffstat (limited to 'bam.lua')
| -rw-r--r-- | bam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bam.lua b/bam.lua index 75f46316..6891894b 100644 --- a/bam.lua +++ b/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")) |