From 942a27307c8fea3a180b45bdfbf75207282a2bcd Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Sat, 3 Oct 2020 21:58:16 -0400 Subject: [PATCH] update compile & run lines for drmemory --- examples/08_memory_debugging/config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/08_memory_debugging/config/config.json b/examples/08_memory_debugging/config/config.json index 8b1e1e8..159a361 100644 --- a/examples/08_memory_debugging/config/config.json +++ b/examples/08_memory_debugging/config/config.json @@ -11,13 +11,13 @@ { "type" : "Compilation", "title" : "C++ - Compilation (for Dr Memory)", - "command" : "clang++ -m32 -g -Wall -o a.out *.cpp", + "command" : "clang++ -g -Wall -o a.out *.cpp", "executable_name" : "a.out", "points" : 2 }, { "title" : "Under Dr Memory", - "command" : "drmemory -brief -- ./a.out", + "command" : "drmemory -- ./a.out", "points" : 5, "validation" : [ {