summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-04-13 18:59:13 -0800
committerGitHub <noreply@github.com>2021-04-14 10:59:13 +0800
commit06a18283262b851e6f5965bcdfa3bf2724495728 (patch)
treea699b415feecbcf9c79d290437e11aa642f381b1
parent0e62c2588742cfffd3dc81c09ecc8488c0ce25b9 (diff)
downloadgettext-tiny-06a18283262b851e6f5965bcdfa3bf2724495728.tar.gz
build: respect cflags (#58)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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