1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/ogdi/10-optimisation.patch
2021-06-30 22:32:04 +00:00

16 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
#