bug fix in comm poll fifo, and back to -O3

This commit is contained in:
kub 2019-08-22 22:57:42 +02:00
parent e5274cc92d
commit f6b4a9ca53
3 changed files with 29 additions and 15 deletions

View file

@ -3,7 +3,7 @@ DEBUG ?= 0
CFLAGS += -Wall -ggdb -ffunction-sections -fdata-sections
CFLAGS += -I.
ifeq "$(DEBUG)" "0"
CFLAGS += -O2 -finline-functions -DNDEBUG
CFLAGS += -O3 -DNDEBUG
endif
# This is actually needed, bevieve me.