X-Git-Url: https://eleni.mutantstargoat.com/git/?p=hair;a=blobdiff_plain;f=Makefile;fp=Makefile;h=af21e38cd7de1930c6216e64a8bc0f035b46b61e;hp=3792df5371d5f82bf87389509c32644848a077dc;hb=0d8ec0768272c586eba4f2964c3a9fce3086e392;hpb=f6d33178841d379dc9fe111970aff926bde0793c 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