X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Tools%2FNetTest%2FMakefile;fp=Tools%2FNetTest%2FMakefile;h=913a9beabcfc38c74764146888f1a6edfd0c872c;hp=f76c8b47f8b538378f9114486e5ee918cf4563bc;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b diff --git a/Tools/NetTest/Makefile b/Tools/NetTest/Makefile index f76c8b47..913a9bea 100644 --- a/Tools/NetTest/Makefile +++ b/Tools/NetTest/Makefile @@ -23,7 +23,7 @@ L_OBJ = vfs_shim.o nic.o tcpclient.o tcpserver.o helpers.o cmdline_backend.o N_OBJ = main.o tap.o mode_cmdline.o # Compilation Options -CFLAGS := -Wall -std=gnu99 -g -Werror -O0 -pthread +CFLAGS := -Wall -std=gnu99 -g -O0 -pthread CPPFLAGS := -I include/ -I ../nativelib/include K_CPPFLAGS := -I $(KERNEL_SRC)include -I $(MODULE_SRC) -I ../../Usermode/Libraries/ld-acess.so_src/include_exp/ LDFLAGS += -Wl,--defsym,__buildnum=$(BUILD_NUM) -g -L .. -lpthread -lnativelib