projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd216fd
)
Added -DI18N option
author
David Schleef
<ds@schleef.org>
Sun, 19 Aug 2001 01:21:41 +0000
(
01:21
+0000)
committer
David Schleef
<ds@schleef.org>
Sun, 19 Aug 2001 01:21:41 +0000
(
01:21
+0000)
Config
patch
|
blob
|
history
diff --git
a/Config
b/Config
index 47d794bbe82af6b43d7500bc6a3f526e68de0c4e..01dab3cbf804b3dbd4bccfea93440399eab18620 100644
(file)
--- a/
Config
+++ b/
Config
@@
-15,6
+15,7
@@
LD = $(CROSS)ld
# Optimization and debugging
CFLAGS = -Wall -Wstrict-prototypes
CFLAGS += -O2
+CFLAGS += -DI18N # This enables gettextization
#CFLAGS += -g