Mercurial > sdl-ios-xcode
comparison test/automated/Makefile @ 3722:d8772964e402 gsoc2009_unit_tests
Added more strict warning flags.
Fixed bugs/issues uncovered by warning flags.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Thu, 09 Jul 2009 10:42:56 +0000 |
parents | 1e46139bc4bc |
children | 97e9704fc267 |
comparison
equal
deleted
inserted
replaced
3721:9bb7758a9741 | 3722:d8772964e402 |
---|---|
1 | 1 |
2 | 2 |
3 CFLAGS := -I. `sdl-config --cflags` | 3 CFLAGS := -W -Wall -Wextra -I. `sdl-config --cflags` |
4 LDFLAGS := `sdl-config --libs` | 4 LDFLAGS := `sdl-config --libs` |
5 | 5 |
6 # If it doesn't pick up defaults | 6 # If it doesn't pick up defaults |
7 #CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL | 7 #CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL |
8 #LDFLAGS := -lm -ldl -lesd -lpthread | 8 #LDFLAGS := -lm -ldl -lesd -lpthread |