Commit b0bdfd58 authored by Miguel Gómez Sexto's avatar Miguel Gómez Sexto

removed optimization flag from library

Signed-off-by: Miguel Gómez Sexto's avatarMiguel Gomez <magomez@igalia.com>
parent ce192372
......@@ -3,7 +3,7 @@ ZIO ?= $(HOME)/dependencies/zio
LIB = libtdc.a
LOBJ := libtdc.o
CFLAGS = -Wall -ggdb -O2 -I.. -I$(ZIO)/include
CFLAGS = -Wall -ggdb -I.. -I$(ZIO)/include
LDFLAGS = -L. -ltdc
modules all: lib test
......
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