freebsd-ports/security/nss/files/patch-coreconf_UNIX.mk
Florian Smeets 82057df840 Update to 3.15.1
Submitted by:	Jan Beich <jbeich@tormail.org>
2013-07-10 13:01:52 +00:00

13 lines
342 B
Makefile

--- 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)