diff --git a/Makefile b/Makefile index 7de24a3b..b31f49ec 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ OBINS := $(GEN_BINS:%=$(BINODIR)/%) CCFLAGS += \ -g \ - -O2 \ + -Ofast \ -Wpointer-arith \ -Wundef \ -Werror \