]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Compiled with -O2
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Jan 2008 18:23:56 +0000 (19:23 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Jan 2008 18:23:56 +0000 (19:23 +0100)
wme_test/Makefile
wme_test/common.h

index f00d9ed255bdbe8ea7c3c02335ef09420e2d39e1..1b30fa3c1b997a6b4c826f0cb4089f7d01188bf0 100644 (file)
@@ -4,7 +4,7 @@ all: $(PROGS)
 .PHONY:all
 
 LDFLAGS = -lpthread  -lrt 
-CFLAGS = -Wall -D_REENTRANT -g
+CFLAGS = -Wall -D_REENTRANT -g -O2
 ifdef DEBUG
 CFLAGS += -DDEBUG=1
 endif
index b1d8eb7b870e3184c7f0e0023afb56a5c5d35a4b..f047efef95ce508e2533f024b5a7e8d88045a61e 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef COMMON_H
 #define COMMON_H
 
+#include <time.h>
+
 #define BASE_PORT      5100
 #define AC_NUM         4
 #define MTU            800