From 06a18283262b851e6f5965bcdfa3bf2724495728 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 13 Apr 2021 18:59:13 -0800 Subject: build: respect cflags (#58) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e13403..03dbef6 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ ALL_TOOLS=msgfmt msgmerge xgettext autopoint ALL_M4S=$(sort $(wildcard m4/*.m4)) ALL_DATA=$(sort $(wildcard data/*)) -CFLAGS=-O0 -fPIC +CFLAGS ?= -O0 -fPIC AR ?= $(CROSS_COMPILE)ar RANLIB ?= $(CROSS_COMPILE)ranlib -- cgit v1.2.1