summaryrefslogtreecommitdiffhomepage
path: root/contrib/fwd/src/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-16 02:02:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-16 02:02:45 +0000
commit0f791a7fb6a67cf30d91775e4ae768679e14d610 (patch)
treec655fc3b31bdc44bb6a8c4bcfb90df3ce1c86496 /contrib/fwd/src/Makefile
parenta833e120b7f8a835f07e6d9bb5c37df149580468 (diff)
contrib/fwd: rewrite rule generate to use xtables api
Diffstat (limited to 'contrib/fwd/src/Makefile')
-rw-r--r--contrib/fwd/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fwd/src/Makefile b/contrib/fwd/src/Makefile
index 89efd7b065..c147c67060 100644
--- a/contrib/fwd/src/Makefile
+++ b/contrib/fwd/src/Makefile
@@ -1,4 +1,4 @@
-CFLAGS := -g -Wall -I./uci -I./iptables-1.4.5/include
+CFLAGS := -ggdb3 -O0 -Wall -I./uci -I./iptables-1.4.5/include
LDFLAGS := -luci -liptc -lxtables -ldl -L./iptables-1.4.5/libiptc/.libs -L./iptables-1.4.5/.libs -Wl,--export-dynamic
fwd: