source: trunk/src/compile.sh @ 16

Last change on this file since 16 was 16, checked in by tim, 9 years ago

.

  • Property svn:executable set to *
File size: 159 bytes
Line 
1#!/bin/sh
2
3gcc -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.