Date: Sat, 11 Aug 2012 04:50:58 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r923 - branches/experimental/security/nss/files Message-ID: <201208110450.q7B4owv4044660@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Aug 11 04:50:58 2012 New Revision: 923 Log: don't override -O/-g levels from CFLAGS/DEBUG_FLAGS Added: branches/experimental/security/nss/files/patch-..::coreconf::UNIX.mk Added: branches/experimental/security/nss/files/patch-..::coreconf::UNIX.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/security/nss/files/patch-..::coreconf::UNIX.mk Sat Aug 11 04:50:58 2012 (r923) @@ -0,0 +1,13 @@ +--- ../coreconf/UNIX.mk~ ++++ ../coreconf/UNIX.mk +@@ -42,10 +42,8 @@ AR = ar cr $@ + LDOPTS += -L$(SOURCE_LIB_DIR) + + ifdef BUILD_OPT +- OPTIMIZER += -O + DEFINES += -UDEBUG -DNDEBUG + else +- OPTIMIZER += -g + USERNAME := $(shell whoami) + USERNAME := $(subst -,_,$(USERNAME)) + DEFINES += -DDEBUG -UNDEBUG -DDEBUG_$(USERNAME)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208110450.q7B4owv4044660>