goat3d
diff goatview/Makefile @ 82:70b7c41a4f17
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 11 May 2014 22:04:54 +0300 |
parents | c5e997e8fd62 |
children | 91e3aa1a60c3 |
line diff
1.1 --- a/goatview/Makefile Thu May 08 23:05:29 2014 +0300 1.2 +++ b/goatview/Makefile Sun May 11 22:04:54 2014 +0300 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 goat_root = .. 1.6 1.7 -CFLAGS = -pedantic -Wall -g $(pic) -I$(goat_root)/src $(qtinc) 1.8 +CFLAGS = -Wall -Wno-cpp -g $(pic) -I$(goat_root)/src $(qtinc) 1.9 CXXFLAGS = -std=c++11 $(CFLAGS) 1.10 LDFLAGS = $(libgoat) $(libgl) $(qtlib) -lvmath 1.11 MOC = moc