From 30a939b3b3d5d7983bac4ad90084cbf0947be34e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 3 Jan 2009 02:21:07 +0100 Subject: [PATCH] Add back -O2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2