Might as well compile with -O3
This commit is contained in:
parent
89a83767f3
commit
104575c602
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue