To use Valgrind, perform the following steps: Compile the code with the -g flag, for example: $ gcc -g -O1 test.c. An optimization level of 1 is generally ...
確定! 回上一頁