Commit 57454c52 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

Revert "make: Switch to -02 by default"

This reverts commit 501d8519.

Need to investigate code generated for parasite since dumper fails.
parent aa19c22e
-include Makefile.inc -include Makefile.inc
CFLAGS += -I./include CFLAGS += -I./include
CFLAGS += -O2 CFLAGS += -O0 -ggdb3
LIBS += -lrt -lpthread LIBS += -lrt -lpthread
...@@ -14,7 +14,6 @@ endif ...@@ -14,7 +14,6 @@ endif
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)
DEFINES += -DCR_DEBUG DEFINES += -DCR_DEBUG
CFLAGS += -O0 -ggdb3
endif endif
WARNINGS += -Wall -Wno-unused WARNINGS += -Wall -Wno-unused
......
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