source: trunk/src/compile.sh @ 4

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

.

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