Changeset 1789
- Timestamp:
- 06/16/03 19:05:35 (5 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r1787 r1789 184 184 # LIBCPPFLAGS/LIBCFLAGS are for shared library objects. 185 185 ALL_CPPFLAGS := -I. -Ikernel/include -I$(I2C_HEADERS) -I$(LINUX_HEADERS) 186 ALL_CFLAGS := - O2186 ALL_CFLAGS := -Wall -O2 187 187 188 188 ifeq ($(DEBUG),1) … … 191 191 192 192 ifeq ($(WARN),1) 193 ALL_CFLAGS += -W all-Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \193 ALL_CFLAGS += -W -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \ 194 194 -Wcast-align -Wwrite-strings -Wnested-externs -Winline 195 195 endif
