projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
503df19
)
Optimisations
author
David Parrish
<david@dparrish.com>
Mon, 24 May 2004 04:29:38 +0000
(
04:29
+0000)
committer
David Parrish
<david@dparrish.com>
Mon, 24 May 2004 04:29:38 +0000
(
04:29
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3fbe7db
..
b193c37
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,7
@@
etcdir = $(PREFIX)/etc/l2tpns
libdir = $(PREFIX)/usr/lib/l2tpns
CC = gcc
libdir = $(PREFIX)/usr/lib/l2tpns
CC = gcc
-CFLAGS=-Wall -g -O
2
+CFLAGS=-Wall -g -O
3 -funroll-loops -fomit-frame-pointer -finline-functions
LDFLAGS =
LIBS = -lm -ldl -lcli
INSTALL = /usr/bin/install -c
LDFLAGS =
LIBS = -lm -ldl -lcli
INSTALL = /usr/bin/install -c