Don't clear CFLAGS

Regression since 413effbdae.
This commit is contained in:
Johan Gunnarsson 2019-07-05 12:09:44 +02:00
parent 14b1fe9233
commit 87db8e8b59

View File

@ -59,7 +59,6 @@ CXXFLAGS := -O3 -DNDEBUG -fPIC
CXXFLAGS += $(EXTRA_CXXFLAGS)
CFLAGS := ${CXXFLAGS}
CXXFLAGS += --std=c++11
CFLAGS :=
LDOPTS := -L/usr/local/lib
ARFLAGS := -r
TARGET_TOOLCHAIN_PREFIX :=