git @ Cat's Eye Technologies linapple / 52107eb
Experimented with some profiling using gprof. ghedger 7 years ago
1 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2323 CURL_CFLAGS = $(shell $(CURL_CONFIG) --cflags)
2424 CURL_LIBS = $(shell $(CURL_CONFIG) --libs)
2525
26 CFLAGS := -Wall -O3 -c
26 #PROFILING
27 #CFLAGS := -Wall -O0 -pg -ggdb -ansi -c
28 #DEBUGGING
29 #CFLAGS := -Wall -O0 -ggdb -ansi -c -finstrument-functions
30 #OPTIMIZED
31 CFLAGS := -Wall -O3 -ansi -c
2732 CFLAGS += $(SDL_CFLAGS)
2833 CFLAGS += $(CURL_CFLAGS)
2934