Skip to content

Commit 8daaf98

Browse files
authoredOct 4, 2020
[Autograding] update compile & run lines for DrMemory (#33)
1 parent bf6287f commit 8daaf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/08_memory_debugging/config/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
{
1212
"type" : "Compilation",
1313
"title" : "C++ - Compilation (for Dr Memory)",
14-
"command" : "clang++ -m32 -g -Wall -o a.out *.cpp",
14+
"command" : "clang++ -g -Wall -o a.out *.cpp",
1515
"executable_name" : "a.out",
1616
"points" : 2
1717
},
1818
{
1919
"title" : "Under Dr Memory",
20-
"command" : "drmemory -brief -- ./a.out",
20+
"command" : "drmemory -- ./a.out",
2121
"points" : 5,
2222
"validation" : [
2323
{

0 commit comments

Comments
 (0)
Please sign in to comment.