source:
trunk/src/compile.sh
@
4
Last change on this file since 4 was 4, checked in by , 9 years ago | |
---|---|
|
|
File size: 150 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | #!/bin/sh |
2 | ||
3 | gcc -ggdb -Wl,-z,relro,-z,now -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 csamp.c -lpcap -o ../bin/csamp |
Note: See TracBrowser
for help on using the repository browser.