summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-coreconf_UNIX.mk
blob: 6a020fa14d88ce8867348c9eac5df0b3c0b70bd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)