voxfract

diff Makefile @ 1:d0297d001505

some command line options
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 15 Jun 2017 05:10:00 +0300
parents 8171de5a000b
children
line diff
     1.1 --- a/Makefile	Wed Jun 14 18:03:57 2017 +0300
     1.2 +++ b/Makefile	Thu Jun 15 05:10:00 2017 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  obj = $(src:.c=.o)
     1.5  bin = voxfract
     1.6  
     1.7 -CFLAGS = -pedantic -Wall -g
     1.8 +CFLAGS = -pedantic -Wall -g -O3 -ffast-math
     1.9  LDFLAGS = -lGL -lGLU -lglut -lmetasurf -lm
    1.10  
    1.11  $(bin): $(obj)