2018-03-16 07:37:00 +01:00
|
|
|
# HG changeset patch
|
|
|
|
# Parent 33317adf00d6bc6c3e3499e4b32fca6b899c4b77
|
2007-01-16 00:25:44 +01:00
|
|
|
Index: security/coreconf/Linux.mk
|
|
|
|
===================================================================
|
|
|
|
RCS file: /cvsroot/mozilla/security/coreconf/Linux.mk,v
|
2010-09-27 00:45:55 +02:00
|
|
|
retrieving revision 1.45.2.1
|
2018-03-16 07:37:00 +01:00
|
|
|
|
|
|
|
diff --git a/coreconf/Linux.mk b/coreconf/Linux.mk
|
|
|
|
--- a/coreconf/Linux.mk
|
|
|
|
+++ b/coreconf/Linux.mk
|
|
|
|
@@ -102,21 +102,17 @@ endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
ifneq ($(OS_TARGET),Android)
|
|
|
|
LIBC_TAG = _glibc
|
2007-01-16 00:25:44 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef BUILD_OPT
|
2008-03-26 16:24:30 +01:00
|
|
|
-ifeq (11,$(ALLOW_OPT_CODE_SIZE)$(OPT_CODE_SIZE))
|
|
|
|
- OPTIMIZER = -Os
|
|
|
|
-else
|
|
|
|
- OPTIMIZER = -O2
|
|
|
|
-endif
|
|
|
|
+ OPTIMIZER = $(OPT_FLAGS)
|
2009-08-06 18:07:11 +02:00
|
|
|
ifdef MOZ_DEBUG_SYMBOLS
|
2010-09-27 00:45:55 +02:00
|
|
|
ifdef MOZ_DEBUG_FLAGS
|
|
|
|
OPTIMIZER += $(MOZ_DEBUG_FLAGS)
|
2018-03-16 07:37:00 +01:00
|
|
|
else
|
|
|
|
OPTIMIZER += -gdwarf-2
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
endif
|