source:
freewrt/package/udev/patches/01-no_debug.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 849 bytes | |
-
Makefile
diff -ruN udev-077-old/Makefile udev-077-new/Makefile
old new 136 136 # check if compiler option is supported 137 137 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi;} 138 138 139 CFLAGS = - g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64139 CFLAGS = -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 140 140 WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \ 141 141 -Wchar-subscripts -Wmissing-declarations -Wnested-externs \ 142 142 -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes … … 159 159 160 160 # if DEBUG is enabled, then we do not strip 161 161 ifeq ($(strip $(DEBUG)),true) 162 CFLAGS += - DDEBUG162 CFLAGS += -g -DDEBUG 163 163 STRIPCMD = 164 164 endif 165 165
Note:
See TracBrowser
for help on using the repository browser.
