Browse Source

Remove valgrind debug script.

Georgi Chorbadzhiyski 12 years ago
parent
commit
7ef95edbfd
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      fusefile_valgrind

+ 0
- 11
fusefile_valgrind View File

@@ -1,11 +0,0 @@
1
-ulimit -c unlimited
2
-valgrind \
3
-	--log-file=fjfs-$(date +%F-%H:%M:%S).log \
4
-	--leak-check=full \
5
-	--show-reachable=yes \
6
-	--undef-value-errors=no \
7
-	--trace-children=yes \
8
-	--run-libc-freeres=yes \
9
-	--time-stamp=yes \
10
-		-- \
11
-	./fjfs test.txt

Loading…
Cancel
Save