]> git.ipfire.org Git - people/ms/rstp.git/blobdiff - Makefile
rstpd: working version
[people/ms/rstp.git] / Makefile
index 7341fe2cc91ff4aba47babe04731f200677e9d95..4840a00cfbc6162d96949de426b09a0a8f04f3b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CTLSOURCES = ctl_main.c ctl_cli_wrap.c ctl_socket_client.c
 CTLOBJECTS = $(CTLSOURCES:.c=.o)
 
 CC=gcc
-CFLAGS = -Wall -Werror -O2 -g -D_REENTRANT -D__LINUX__ -DVERSION=$(version) -DBUILD=$(build) -DSTP_DBG=1 -I. -I./include -I./rstplib
+CFLAGS = -Wall -Werror -O2 -g -D_REENTRANT -D__LINUX__ -DVERSION=$(version) -DBUILD=$(build) -I. -I./include -I./rstplib
 
 all: rstpd rstpctl