X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=src%2FMakefile;h=caccbdb155df444a54190ded22cda3d9913dd553;hb=f3515cbdd584cff4c03a6896ab1eb3d068f1040c;hp=1ef9453edfa84263e7163f948d80d48035f7da25;hpb=f32a4230fd634efd243963a1f0b4e80b18a1b225;p=satune.git diff --git a/src/Makefile b/src/Makefile index 1ef9453..caccbdb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ HEADERS := $(wildcard *.h) $(wildcard AST/*.h) $(wildcard ASTTransform/*.h) $(wi OBJECTS := $(CPP_SOURCES:%.cc=$(OBJ_DIR)/%.o) $(C_SOURCES:%.c=$(OBJ_DIR)/%.o) -CFLAGS := -Wall -O3 -g +CFLAGS := -Wall -O0 -g CFLAGS += -IAST -IASTTransform -IASTAnalyses -IASTAnalyses/Polarity -IASTAnalyses/Order -IASTAnalyses/Encoding -ITranslator -ICollections -IBackend -I. -IEncoders -ITuner -ISerialize LDFLAGS := -ldl -lrt -rdynamic -g SHARED := -shared