aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-11 00:48:31 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-11 00:48:31 -0400
commitcb583ccdc4e363813826bb36aa1eb8502b787d33 (patch)
tree1742d2099c2d2aff962b4140aefe113b011b7e57 /Makefile
parent223298860b2ce45ee23e4b1ba60dcbe09eeb8b6b (diff)
downloadNetNuke-cb583ccdc4e363813826bb36aa1eb8502b787d33.tar.gz
First truely working implementation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3dfff8..b360f6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-CFLAGS=-Wall -pipe -O2 -funroll-loops
+CFLAGS=-Wall -pipe -O2
OUTPUT=netnuke
all:
- cc -std=c99 -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c
+ cc -std=c99 -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c