diff makefile.emx @ 1689:3fb7002e4de6

Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with a performance hit, so you can disable Unicode mode by removing -DUNICODE.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 30 Apr 2012 17:13:16 +0000
parents 7eb2e2d6b0be
children 6e26c9ead2fe
line wrap: on
line diff
--- a/makefile.emx	Mon Apr 30 16:49:38 2012 +0000
+++ b/makefile.emx	Mon Apr 30 17:13:16 2012 +0000
@@ -16,7 +16,7 @@
 DEFS =
 LIBS =
 
-CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DVER_REV=$(VERREV) -I. -Wall -o $(@)
+CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DUNICODE -DVER_REV=$(VERREV) -I. -Wall -o $(@)
 LDFLAGS = -Zdll -static-libgcc
 RCFLAGS = -r