We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6287f commit 8daaf98Copy full SHA for 8daaf98
examples/08_memory_debugging/config/config.json
@@ -11,13 +11,13 @@
11
{
12
"type" : "Compilation",
13
"title" : "C++ - Compilation (for Dr Memory)",
14
- "command" : "clang++ -m32 -g -Wall -o a.out *.cpp",
+ "command" : "clang++ -g -Wall -o a.out *.cpp",
15
"executable_name" : "a.out",
16
"points" : 2
17
},
18
19
"title" : "Under Dr Memory",
20
- "command" : "drmemory -brief -- ./a.out",
+ "command" : "drmemory -- ./a.out",
21
"points" : 5,
22
"validation" : [
23
0 commit comments