summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-coreconf_UNIX.mk
blob: 2cfeb3f2b9c49cb2098d213c0b96b678b54ad0e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- coreconf/UNIX.mk.orig	2018-08-31 12:55:53 UTC
+++ coreconf/UNIX.mk
@@ -10,10 +10,8 @@ AR          = ar cr $@
 LDOPTS     += -L$(SOURCE_LIB_DIR)
 
 ifdef BUILD_OPT
-	OPTIMIZER  += -O
 	DEFINES    += -UDEBUG -DNDEBUG
 else
-	OPTIMIZER  += -g
 	DEFINES    += -DDEBUG -UNDEBUG
 endif