blob: 17de636a5dc71ab92ff1047d542a93b28d5b6110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# define BLACKLIST to avoid loading potentially dangerous modules
CFLAGS=-DBLACKLIST -Wall -fPIC
OPT=-O2
-LDFLAGS=-s
+#LDFLAGS=-s
LIBS=-lkudzu -lpci
CC=gcc
|