aboutsummaryrefslogtreecommitdiffstats
path: root/community/ogdi/10-optimisation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ogdi/10-optimisation.patch')
-rw-r--r--community/ogdi/10-optimisation.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/ogdi/10-optimisation.patch b/community/ogdi/10-optimisation.patch
new file mode 100644
index 00000000000..8efa6ad6221
--- /dev/null
+++ b/community/ogdi/10-optimisation.patch
@@ -0,0 +1,16 @@
+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
+
+ #