aports/testing/ogdi/10-optimisation.patch
Holger Jaekel d967d92c01 testing/ogdi: new aport
http://ogdi.sourceforge.net/
Open Geographic Datastore Interface Library
2020-05-22 08:14:04 +00:00

17 lines
286 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: allow optimisation flags from build script
Upstream: No
----
--- a/config/unix.mak
+++ b/config/unix.mak
@@ -55,7 +55,7 @@ LINK_SW = -L
ifeq ($(CFG),debug)
OPTIMIZATION = -g
else
-OPTIMIZATION = -O
+OPTIMIZATION =
endif
#