tesspot

diff Makefile @ 2:178a9e3c3c8c

isolines
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Dec 2012 07:30:39 +0200
parents 72b7f9f2eead
children
line diff
     1.1 --- a/Makefile	Sun Dec 02 17:16:32 2012 +0200
     1.2 +++ b/Makefile	Mon Dec 03 07:30:39 2012 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  obj = $(src:.c=.o)
     1.5  bin = test
     1.6  
     1.7 -CFLAGS = -pedantic -Wall -g
     1.8 +CFLAGS = -pedantic -Wall -g	-O3 -ffast-math
     1.9  LDFLAGS = $(libgl)
    1.10  
    1.11  ifeq ($(shell uname -s), Darwin)