From bf0b4ac1759d923647fbb5228b6ed20de1fbd1b5 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 18 Jul 2005 18:24:32 +0000 Subject: [PATCH] building objson with strict writing enabled (includes nulls) git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@405 9efc2488-bf62-4759-914b-345cdb29e865 --- src/objson/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0