From: erickson Date: Mon, 18 Jul 2005 18:24:32 +0000 (+0000) Subject: building objson with strict writing enabled (includes nulls) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a0948d853292b841496537843404c47027ec102;p=Evergreen.git building objson with strict writing enabled (includes nulls) git-svn-id: svn://svn.open-ils.org/ILS/trunk@1266 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/src/objson/Makefile b/OpenSRF/src/objson/Makefile index 639500ce7c..d35bbc26a2 100644 --- a/OpenSRF/src/objson/Makefile +++ b/OpenSRF/src/objson/Makefile @@ -29,7 +29,7 @@ OBJS = object.o json_parser.o utils.o UTIL_DIR = ../utils DEST_INCLUDE = objson -CC_OPTS += #-DSTRICT_JSON_WRITE #-DSTRICT_JSON_READ +CC_OPTS += -DSTRICT_JSON_WRITE #-DSTRICT_JSON_READ all: test