summaryrefslogtreecommitdiff
path: root/sci-astronomy/astrometry/files/0.43-respect-user-flags.patch
blob: 49aadab766467800531e5c0d43a3452ad6a91284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Respect user optimization flags
bicatali@gentoo.org - 06/2013

--- astrometry.net-0.38.orig/util/makefile.common	2010-08-26 14:43:44.000000000 +0100
+++ astrometry.net-0.38/util/makefile.common	2012-05-09 23:21:10.000000000 +0100
@@ -145,8 +145,6 @@
 
 ifeq ($(OPTIMIZE),yes)
   # speedy!
-  FLAGS_DEF += -O3
-  FLAGS_DEF += -fomit-frame-pointer
   # turn off asserts:
   FLAGS_DEF += -DNDEBUG