Dolda2000 GitWeb
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c094f98
)
Added compile-command to pstack.c.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 19 Feb 2017 18:33:17 +0000
(19:33 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 19 Feb 2017 18:33:17 +0000
(19:33 +0100)
pstack.c
patch
|
blob
|
blame
|
history
diff --git
a/pstack.c
b/pstack.c
index
055bcf4
..
2c5be1f
100644
(file)
--- a/
pstack.c
+++ b/
pstack.c
@@
-87,3
+87,9
@@
int main(int argc, char **argv)
}
return(0);
}
+
+/*
+ * Local Variables:
+ * compile-command: "gcc -Wall -g -o pstack pstack.c -lunwind-ptrace -lunwind-x86_64"
+ * End:
+ */