dungeon_crawler

diff prototype/Makefile.in @ 60:aa86119e3295

added multipass deferred
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Sep 2012 06:19:37 +0300
parents 508540dae114
children 2560a7ab0243
line diff
     1.1 --- a/prototype/Makefile.in	Fri Sep 21 05:28:45 2012 +0300
     1.2 +++ b/prototype/Makefile.in	Tue Sep 25 06:19:37 2012 +0300
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5  inc = -I. -Isrc -Ivmath -Idrawtext -Ikdtree `pkg-config --cflags freetype2`
     1.6  
     1.7 -CFLAGS = -pedantic $(warn) $(dbg) $(prof) $(opt) $(inc)
     1.8 +CFLAGS = -pedantic -fno-strict-aliasing $(warn) $(dbg) $(prof) $(opt) $(inc)
     1.9  CXXFLAGS = $(CFLAGS) $(cxx11_cflags)
    1.10  LDFLAGS = $(cxx11_ldflags) $(prof) $(libgl) $(libal) -lvorbisfile -lm -lassimp -limago -lpsys `pkg-config --libs freetype2`
    1.11