Commit 8e76c002 authored by Federico Vaga's avatar Federico Vaga

lib: remove gcc optimization

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 601c46ae
......@@ -6,7 +6,7 @@
LIB = libwrnc.a
LOBJ := libwrnc.o
CFLAGS += -Wall -ggdb -O2 -I. -I../kernel $(EXTRACFLAGS)
CFLAGS += -Wall -ggdb -I. -I../kernel $(EXTRACFLAGS)
LDFLAGS = -L. -lwrnc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment