Commit 6ecc3985 authored by Federico Vaga's avatar Federico Vaga

wrtd:ut: do not optimize code

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent e9bda4cd
......@@ -5,7 +5,7 @@
WRNC ?= ../../../
CFLAGS += -Wall -ggdb
CFLAGS += -Wall -ggdb -O0
CFLAGS += -I. -I../include -I$(WRNC)/include -I$(WRNC)/lib -I../lib
CFLAGS += $(EXTRACFLAGS)
CFLAGS += $(EXTRACFLAGS)
......
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