Force non-inlining of ctype functions even in OPTIMIZED builds. Fixes bug #497.

svn path=/trunk/; revision=13369
This commit is contained in:
Filip Navara 2005-01-30 19:40:24 +00:00
parent 36cdd4e24b
commit 418a089cb3

View file

@ -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