X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=f639648a9b49f7b9d4a798e539a598c72f35206e;hp=94027c1ea4ec6191341a909cad86763cd6362957;hb=332345c5dda9f16e549803f6155c81c9e4fb904b;hpb=c6a99c1234da55afed4675d2db035176f229abd4 diff --git a/Makefile b/Makefile index 94027c1..f639648 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif ifeq ($(DEBUG), true) OPT_FLAGS=-O0 -g $(POPCOUNT_FLAG) -static else - OPT_FLAGS=-O3 $(POPCOUNT_FLAG) -static -flto + OPT_FLAGS=-O3 $(POPCOUNT_FLAG) -static endif