Added -DI18N option

This commit is contained in:
David Schleef 2001-08-19 01:21:41 +00:00
parent cd216fd6fd
commit 133dc75829

1
Config
View file

@ -15,6 +15,7 @@ LD = $(CROSS)ld
# Optimization and debugging
CFLAGS = -Wall -Wstrict-prototypes
CFLAGS += -O2
CFLAGS += -DI18N # This enables gettextization
#CFLAGS += -g