dungeon_crawler
diff prototype/Makefile @ 17:d98240a13793
lalala
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 20 Aug 2012 06:11:58 +0300 |
parents | 67ae9fcb802c |
children | fa8f89d06f6f |
line diff
1.1 --- a/prototype/Makefile Mon Aug 20 03:40:51 2012 +0300 1.2 +++ b/prototype/Makefile Mon Aug 20 06:11:58 2012 +0300 1.3 @@ -4,7 +4,11 @@ 1.4 dep = $(obj:.o=.d) 1.5 bin = proto 1.6 1.7 -CFLAGS = -pedantic -Wall -g -Ivmath 1.8 +#opt = -O3 1.9 +dbg = -g 1.10 +warn = -Wall -Wno-format-extra-args -Wno-char-subscripts 1.11 + 1.12 +CFLAGS = -pedantic $(warn) $(dbg) $(opt) -Ivmath 1.13 CXXFLAGS = $(CFLAGS) -std=c++11 1.14 LDFLAGS = $(libgl) -lm -lassimpD -limago 1.15