dbf-udg

changeset 14:5be16862d1b5

minor makefile modifications
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 20 Feb 2013 05:54:36 +0200
parents 6a836b1dc31b
children 2d1a9b5111f9
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Wed Feb 20 05:48:01 2013 +0200
     1.2 +++ b/Makefile	Wed Feb 20 05:54:36 2013 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  dep = $(obj:.o=.d)
     1.5  bin = printblobs
     1.6  
     1.7 -CFLAGS = -pedantic -Wall -g -O3 -Ilibs/metasurf -Ilibs/dsys2
     1.8 +CFLAGS = -pedantic -Wall -g -O3 -ffast-math -Ilibs/metasurf -Ilibs/dsys2
     1.9  CXXFLAGS = $(CFLAGS)
    1.10  LDFLAGS = $(libgl)
    1.11  
    1.12 @@ -29,4 +29,4 @@
    1.13  
    1.14  .PHONY: clean
    1.15  clean:
    1.16 -	rm -f $(obj) $(bin) $(dep)
    1.17 +	rm -f $(obj) $(dep)