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