Makefile Windows distribution fixes

This commit is contained in:
Sharpy 2016-09-09 21:56:42 +01:00 committed by GitHub
parent c80eea5392
commit cc1c0e387b

View file

@ -11,7 +11,7 @@ link :=
ifeq ($(DEBUG), 1)
flags += -O0 -g -DDEBUG
else
flags += -O3 -fomit-frame-pointer -DNDEBUG -march=native
flags += -O3 -fomit-frame-pointer -DNDEBUG
endif
# silence warnings