From fe0536585e8c3f164a0f67a96014030dfb6c135b Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 14 Sep 2011 23:17:42 -0400 Subject: [PATCH] explorer: added MemoryGuard config to epj --- explorer/explorer.epj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/explorer/explorer.epj b/explorer/explorer.epj index fc207fb..1a1dd31 100644 --- a/explorer/explorer.epj +++ b/explorer/explorer.epj @@ -19,7 +19,8 @@ "Optimization" : "None", "PreprocessorDefinitions" : [ "_DEBUG" - ] + ], + "Console" : true } }, { @@ -28,6 +29,14 @@ "Debug" : false, "Optimization" : "Speed" } + }, + { + "Name" : "MemoryGuard", + "Options" : { + "Debug" : true, + "MemoryGuard" : true, + "Console" : true + } } ], "Files" : [ -- 1.8.3.1