Fix one missed makefile.

This commit is contained in:
Bartosz Taudul 2021-01-26 22:27:27 +01:00
parent 3f495f9cd7
commit cf2208c3a8

View File

@ -1,7 +1,6 @@
ARCH := $(shell uname -m)
CFLAGS := -O3 -s -march=native
CFLAGS := -O3
DEFINES := -DNDEBUG
BUILD := release
include ../../../common/unix-release.mk
include build.mk