summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34d2248..6f1d7f6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ libintl.a: $(LIBOBJS)
$(RANLIB) $@
msgfmt:
- $(CC) -O0 -g -static -o $@ src/$@.c
+ $(CC) $(BUILDCFLAGS) -static -o $@ src/$@.c
$(DESTDIR)$(libdir)/%.a: %.a