summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-..::coreconf::UNIX.mk
blob: def25e7ab93669625fa799935056786eb20e879c (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)