From 625c30d8bdee4f60c8437dc6004368f685435775 Mon Sep 17 00:00:00 2001 From: faketruth Date: Tue, 25 Oct 2011 18:57:38 +0000 Subject: Using SSE instructions for noise (terrain generation) Unfortunately the noise functions is only like 7% faster, so you won't even notice git-svn-id: http://mc-server.googlecode.com/svn/trunk@9 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 41b32d433..af097c5dd 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ # Macros # -CC = /usr/bin/g++ +CC = /usr/bin/g++ -msse4 CC_OPTIONS = -O2 -s CCE_OPTIONS = -O2 -s -x c LNK_OPTIONS = -lstdc++ -pthread -- cgit v1.2.3