diff options
| author | Fujnky <larsfunke1996@gmail.com> | 2010-06-03 22:42:10 +0200 |
|---|---|---|
| committer | Fujnky <larsfunke1996@gmail.com> | 2010-06-03 22:42:10 +0200 |
| commit | 82a30b7b7ee55d6138b06ce0f35502be5bd27e23 (patch) | |
| tree | 151b54d3e84ae3d32b0b7c19cab2ea84bb4f6103 /bam.lua | |
| parent | 4ffab2af80199f36902cd276e3485da216c480e4 (diff) | |
| parent | a48fa5faf26ca53cad9044a7826d3b2b62c24f06 (diff) | |
| download | zcatch-82a30b7b7ee55d6138b06ce0f35502be5bd27e23.tar.gz zcatch-82a30b7b7ee55d6138b06ce0f35502be5bd27e23.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")) |