git @ Cat's Eye Technologies linapple / 23b6862
Set default build type to release build. ghedger 7 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2424 CURL_LIBS = $(shell $(CURL_CONFIG) --libs)
2525
2626 #PROFILING
27 CFLAGS := -Wall -O0 -pg -ggdb -ansi -c
28 LFLAGS := -pg
27 #CFLAGS := -Wall -O0 -pg -ggdb -ansi -c
28 #LFLAGS := -pg
2929 #DEBUGGING
3030 #CFLAGS := -Wall -O0 -ggdb -ansi -c -finstrument-functions
3131 #OPTIMIZED
32 #CFLAGS := -Wall -O3 -ansi -c
32 CFLAGS := -Wall -O3 -ansi -c
3333 CFLAGS += $(SDL_CFLAGS)
3434 CFLAGS += $(CURL_CFLAGS)
3535