blob: 18284b051124b11a922efe93bbf28461b4f239cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- statserial-1.1.orig/Makefile
+++ statserial-1.1/Makefile
@@ -7,7 +7,7 @@
# for production code
CFLAGS = -Wall -O3 -fomit-frame-pointer
-LDFLAGS = -s -N
+LDFLAGS = -s
statserial: statserial.o
$(LD) $(LDFLAGS) -o statserial statserial.o -lcurses
|