summaryrefslogtreecommitdiff
path: root/newmoon/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/rules')
-rwxr-xr-xnewmoon/debian/rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/newmoon/debian/rules b/newmoon/debian/rules
index 6f11f13..759d52d 100755
--- a/newmoon/debian/rules
+++ b/newmoon/debian/rules
@@ -8,21 +8,6 @@ MOZCONFIGFILE = debian/mozconfig
# stackrpms,2 just do not need lsb_release
#distrel := $(shell lsb_release --codename --short)
-# Reduce memory usage of the linker at the expense of processing time
-# This should help on lower-end architectures like arm and mips, which
-# spend an immense amount of time swapping.
-LDFLAGS += -Wl,--reduce-memory-overheads
-LDFLAGS += -Wl,--no-keep-memory
-
-# stackrpms,3 must be legacy and sounds interesting
-# Add execution time and memory usage stats in the logs
-LDFLAGS += -Wl,--stats
-
-ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
- export DEB_CFLAGS_MAINT_APPEND = -mfpu=neon -funsafe-math-optimizations
- export DEB_CXXFLAGS_MAINT_APPEND = -mfpu=neon -funsafe-math-optimizations
-endif
-
#stackrpms,7-->1 I do not need this distrel logic
%:
bgstack15