summaryrefslogtreecommitdiff
path: root/sci-astronomy/astrometry/files/0.64-respect-user-flags.patch
blob: ab55cbbf32ea3d97d2d0a6fcb278692a93816309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- util/makefile.common	2015-10-26 16:32:56.000000000 +0100
+++ util/makefile.common.new	2015-12-03 20:29:01.368257244 +0100
@@ -241,9 +228,6 @@
 else
 
 ifeq ($(OPTIMIZE),yes)
-  # speedy!
-  FLAGS_DEF += -O3
-  FLAGS_DEF += -fomit-frame-pointer
   # turn off asserts:
   FLAGS_DEF += $(ASSERT)