summaryrefslogtreecommitdiff
path: root/source-builder/sb/freebsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/freebsd.py')
-rw-r--r--source-builder/sb/freebsd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py
index 628ef22..3a598d7 100644
--- a/source-builder/sb/freebsd.py
+++ b/source-builder/sb/freebsd.py
@@ -104,8 +104,8 @@ def load():
cvs = 'cvs'
if check.check_exe(cvs, cvs):
defines['__cvs'] = cvs
- defines['build_cflags'] = '-O2 -pipe'
- defines['build_cxxflags'] = '-O2 -pipe'
+ defines['build_cflags'] = '-O2 -pipe %{rsb_no_warnings}'
+ defines['build_cxxflags'] = '-O2 -pipe %{rsb_no_warnings}'
if fb_version <= 12:
#
# Assume the compiler is clang and so we need to increase