Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
mozilla-nss
> nss-opt.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nss-opt.patch of Package mozilla-nss (Revision 8)
Currently displaying revision
8
,
show latest
Index: security/coreconf/Linux.mk =================================================================== RCS file: /cvsroot/mozilla/security/coreconf/Linux.mk,v retrieving revision 1.27.2.3 diff -u -p -6 -r1.27.2.3 Linux.mk --- security/coreconf/Linux.mk 25 Apr 2006 01:32:16 -0000 1.27.2.3 +++ security/coreconf/Linux.mk 5 Dec 2007 15:55:35 -0000 @@ -145,13 +145,13 @@ ifeq ($(OS_RELEASE),2.0) endif PROCESS_MAP_FILE = grep -v ';-' $< | \ sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@ endif ifdef BUILD_OPT - OPTIMIZER = -O2 + OPTIMIZER = $(OPT_FLAGS) endif ifeq ($(USE_PTHREADS),1) OS_PTHREAD = -lpthread endif