mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
13 lines
223 B
Diff
13 lines
223 B
Diff
diff --git a/lib/lib.Makefile b/lib/lib.Makefile
|
|
index 0353516..b036f09 100644
|
|
--- a/lib/lib.Makefile
|
|
+++ b/lib/lib.Makefile
|
|
@@ -47,8 +47,6 @@ endif
|
|
|
|
ifeq ($(DBG),yes)
|
|
CFLAGS+= -D__DEBUG=1
|
|
-else
|
|
-CFLAGS+= -O3
|
|
endif
|
|
|
|
|