summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authorsepotvin <sepotvin@FreeBSD.org>2010-01-22 14:05:48 +0000
committersepotvin <sepotvin@FreeBSD.org>2010-01-22 14:05:48 +0000
commit409b16e99aff586b761fd71b9a56678a93f83b23 (patch)
tree355c796f5eab512c86d7b4e08cef904df077284e /share/mk/sys.mk
parent2b2ffe1ba2a9e7289b5eb83f309741d7d8d76056 (diff)
downloadFreeBSD-src-409b16e99aff586b761fd71b9a56678a93f83b23.zip
FreeBSD-src-409b16e99aff586b761fd71b9a56678a93f83b23.tar.gz
Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possible
to have different flags when building profiled objects. MFC after: 1 month
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index c469a03..e0527e4 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -44,6 +44,7 @@ CFLAGS ?= -O2 -pipe
CFLAGS += -fno-strict-aliasing
.endif
.endif
+PO_CFLAGS ?= ${CFLAGS}
# Turn CTF conversion off by default for now. This default could be
# changed later if DTrace becomes popular.
@@ -66,6 +67,7 @@ CFLAGS += -g
CXX ?= c++
CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
+PO_CXXFLAGS ?= ${CXXFLAGS}
CPP ?= cpp
OpenPOWER on IntegriCloud