12 lines
233 B
Diff
12 lines
233 B
Diff
--- lm_sensors-3.1.1.orig/Makefile
|
|
+++ lm_sensors-3.1.1/Makefile
|
|
@@ -140,7 +140,7 @@ ifeq ($(DEBUG),1)
|
|
ALL_CPPFLAGS += -DDEBUG
|
|
ALL_CFLAGS += -O -g
|
|
else
|
|
-ALL_CFLAGS += -O2
|
|
+ALL_CFLAGS += $(RPM_OPT_FLAGS)
|
|
endif
|
|
|
|
ifeq ($(WARN),1)
|