From: Steinar H. Gunderson Date: Sat, 3 Jan 2009 01:21:07 +0000 (+0100) Subject: Add back -O2. X-Git-Url: https://git.sesse.net/?p=fjl;a=commitdiff_plain;h=30a939b3b3d5d7983bac4ad90084cbf0947be34e Add back -O2. --- diff --git a/Makefile b/Makefile index e1c226a..4a1524d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-std=gnu99 -msse4.1 -g +CFLAGS=-std=gnu99 -O2 -msse4.1 -g LDFLAGS= all: tests