sb: Fix the testing commit for FreeBSD. Used this to test error reporting.

This commit is contained in:
Chris Johns 2014-05-08 13:24:00 +10:00
parent 74da24cb61
commit 5850ac9018

View File

@ -83,7 +83,7 @@ def load():
cxx = '/usr/bin/c++'
if check.check_exe(cxx, cxx):
defines['__cxx'] = cxx
#defines['optflags_build'] = '-O2 -pipe -fbracket-depth=1024'
defines['optflags_build'] = '-O2 -pipe -fbracket-depth=1024'
cvs = 'cvs'
if check.check_exe(cvs, cvs):
defines['__cvs'] = cvs