- Make sandbox enabled default

This commit is contained in:
Faik Uygur
2009-02-13 11:40:02 +00:00
parent d89d7c9d81
commit 0dddc449bf
+1 -1
View File
@@ -81,7 +81,7 @@ class BuildDefaults:
host = "i686-pc-linux-gnu"
jobs = "-j1"
generateDebug = False
enableSandbox = False
enableSandbox = True
cflags = "-mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2"
cxxflags = "-mtune=generic -march=i686 -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2"
ldflags = "-Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu"