Might as well compile with -O3

This commit is contained in:
Oliver Jowett 2020-08-05 15:02:22 +08:00
parent 89a83767f3
commit 104575c602
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ endif
CPPFLAGS += -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\"
DIALECT = -std=c11
CFLAGS += $(DIALECT) -O2 -g -Wall -Wmissing-declarations -Werror -W -D_DEFAULT_SOURCE -fno-common
CFLAGS += $(DIALECT) -O3 -g -Wall -Wmissing-declarations -Werror -W -D_DEFAULT_SOURCE -fno-common
LIBS = -lpthread -lm -lrt
SDR_OBJ = sdr.o sdr_ifile.o