From: erickson Date: Mon, 18 Jul 2005 18:24:32 +0000 (+0000) Subject: building objson with strict writing enabled (includes nulls) X-Git-Tag: osrf_rel_2_0_1~1467 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bf0b4ac1759d923647fbb5228b6ed20de1fbd1b5;p=OpenSRF.git building objson with strict writing enabled (includes nulls) git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@405 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/objson/Makefile b/src/objson/Makefile index 639500c..d35bbc2 100644 --- a/src/objson/Makefile +++ b/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