From: fred_nerk Date: Mon, 24 May 2004 04:29:38 +0000 (+0000) Subject: Optimisations X-Git-Tag: release_2_0_1~22 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/b5fc98195ba4cbe922bf51dff6911113f205df97 Optimisations --- diff --git a/Makefile b/Makefile index 3fbe7db..b193c37 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ etcdir = $(PREFIX)/etc/l2tpns libdir = $(PREFIX)/usr/lib/l2tpns CC = gcc -CFLAGS=-Wall -g -O2 +CFLAGS=-Wall -g -O3 -funroll-loops -fomit-frame-pointer -finline-functions LDFLAGS = LIBS = -lm -ldl -lcli INSTALL = /usr/bin/install -c