X-Git-Url: http://git.mutantstargoat.com?p=hair;a=blobdiff_plain;f=Makefile;h=af21e38cd7de1930c6216e64a8bc0f035b46b61e;hp=3792df5371d5f82bf87389509c32644848a077dc;hb=HEAD;hpb=8f59fd2bda5b48b7cb9137ca5ee141dd8f8382d1 diff --git a/Makefile b/Makefile index 3792df5..af21e38 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ dep = $(obj:.o=.d) bin = hair dbg = -g -opt = -O0 +opt = -O3 -ffast-math inc = -Isrc -Isrc/shaders -Isrc/math CXX = g++ CC = gcc