summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/freebsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-05-08 02:58:14 +0000
committerChris Johns <chrisj@rtems.org>2014-05-08 13:20:29 +1000
commit74da24cb61ef4478ca499c029a732cdba13ee668 (patch)
treef8eddd16894d6464ec036a4be4a0054b45be0ada /source-builder/sb/freebsd.py
parentconfig: Fix the host and build options for Canadian cross builds. (diff)
downloadrtems-source-builder-74da24cb61ef4478ca499c029a732cdba13ee668.tar.bz2
sb: Generate an error report on an error.
Generate an error report users can send to the mailing list with error details.
Diffstat (limited to 'source-builder/sb/freebsd.py')
-rw-r--r--source-builder/sb/freebsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py
index bc01be8..13589b7 100644
--- a/source-builder/sb/freebsd.py
+++ b/source-builder/sb/freebsd.py
@@ -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