mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.46_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_46_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/
13 lines
286 B
Makefile
13 lines
286 B
Makefile
--- 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
|
|
|