mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
13 lines
172 B
Diff
13 lines
172 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3,8 +3,7 @@
|
|
MANDEST = ${PREFIX}/man/man1
|
|
|
|
CC = gcc
|
|
-CFLAGS = -O2 -Wall -I. -g
|
|
-LDFLAGS = -g
|
|
+CFLAGS += -Wall -I.
|
|
LIBS =
|
|
|
|
ifdef OS2
|