From 418a089cb368f12dfe7928065f083a8e08becd26 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sun, 30 Jan 2005 19:40:24 +0000 Subject: [PATCH] Force non-inlining of ctype functions even in OPTIMIZED builds. Fixes bug #497. svn path=/trunk/; revision=13369 --- reactos/lib/kjs/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/kjs/makefile b/reactos/lib/kjs/makefile index 8568accd506..7a0295ca8d9 100644 --- a/reactos/lib/kjs/makefile +++ b/reactos/lib/kjs/makefile @@ -18,7 +18,7 @@ TARGET_TYPE = library 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