Author: jbeich
Date: Sat Aug 31 15:19:40 2013
New Revision: 1340

Log:
move STRIP ifdef a bit later to make PROFILE work

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Sat Aug 31 15:19:33 2013        (r1339)
+++ trunk/Mk/bsd.gecko.mk       Sat Aug 31 15:19:40 2013        (r1340)
@@ -786,12 +786,6 @@
 MOZ_OPTIONS+=  --enable-pulseaudio
 .endif
 
-.if !defined(STRIP) || ${STRIP} == ""
-MOZ_OPTIONS+=  --disable-strip --disable-install-strip
-.else
-MOZ_OPTIONS+=  --enable-strip --enable-install-strip
-.endif
-
 .if ${PORT_OPTIONS:MDEBUG}
 MOZ_OPTIONS+=  --enable-debug --disable-release
 .else
@@ -817,6 +811,12 @@
 MOZ_OPTIONS+=  --disable-tests
 .endif
 
+.if !defined(STRIP) || ${STRIP} == ""
+MOZ_OPTIONS+=  --disable-strip --disable-install-strip
+.else
+MOZ_OPTIONS+=  --enable-strip --enable-install-strip
+.endif
+
 MOZ_SED_ARGS+= -e's|@CPPFLAGS@|${CPPFLAGS}|g'          \
                -e 's|@CFLAGS@|${CFLAGS}|g'             \
                -e 's|@LDFLAGS@|${LDFLAGS}|g'           \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to