diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-03 22:39:40 +0200 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-03 22:39:40 +0200 |
| commit | a48fa5faf26ca53cad9044a7826d3b2b62c24f06 (patch) | |
| tree | 9742b7d9dfa8505b2fd40c10412c447133cfe5d2 | |
| parent | a563c2f322bb62437149552ab17f965c9922daf6 (diff) | |
| download | zcatch-a48fa5faf26ca53cad9044a7826d3b2b62c24f06.tar.gz zcatch-a48fa5faf26ca53cad9044a7826d3b2b62c24f06.zip | |
phony commit to test
| -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")) |