diff options
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")) |