Added -DI18N option
This commit is contained in:
parent
cd216fd6fd
commit
133dc75829
1 changed files with 1 additions and 0 deletions
1
Config
1
Config
|
@ -15,6 +15,7 @@ LD = $(CROSS)ld
|
||||||
# Optimization and debugging
|
# Optimization and debugging
|
||||||
CFLAGS = -Wall -Wstrict-prototypes
|
CFLAGS = -Wall -Wstrict-prototypes
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
|
CFLAGS += -DI18N # This enables gettextization
|
||||||
#CFLAGS += -g
|
#CFLAGS += -g
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue