Force non-inlining of ctype functions even in OPTIMIZED builds. Fixes bug #497.
Modified: trunk/reactos/lib/kjs/makefile

Modified: trunk/reactos/lib/kjs/makefile
--- trunk/reactos/lib/kjs/makefile	2005-01-30 15:27:13 UTC (rev 13368)
+++ trunk/reactos/lib/kjs/makefile	2005-01-30 19:40:24 UTC (rev 13369)
@@ -18,7 +18,7 @@
 
 TARGET_NAME = kjs
 
-TARGET_CFLAGS = -g -D__NTKJS__ -Werror -Wall -I. -Isrc -Iinclude
+TARGET_CFLAGS = -g -D__NTKJS__ -D__NO_INLINE__ -Werror -Wall -I. -Isrc -Iinclude
 
 # require os code to explicitly request A/W version of structs/functions
 TARGET_CFLAGS += -D_DISABLE_TIDENTS