mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
16 lines
286 B
Diff
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
|
|
|
|
#
|