Codebase list faad2 / 6335b95
Allow to pass in more CFLAGS via DEB_CFLAGS. Andres Mejia 14 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
2 CFLAGS = -Wall -g -fPIC -DPIC
2 CFLAGS = -Wall -g -fPIC -DPIC $(DEB_CFLAGS)
33
44 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
55 CFLAGS += -O0