patch-hw_utils_hwmquery_Makefile 501 B

1234567891011121314151617181920212223
  1. $OpenBSD: patch-hw_utils_hwmquery_Makefile,v 1.2 2016/12/31 10:48:00 jsg Exp $
  2. Use standard optimisations.
  3. --- hw_utils/hwmquery/Makefile.orig Tue Apr 19 00:03:18 2016
  4. +++ hw_utils/hwmquery/Makefile Mon Dec 26 13:16:56 2016
  5. @@ -46,14 +46,7 @@ endif
  6. # Overrides for the default CPUFLAGS
  7. CPUFLAGS=$(CPU_X86)
  8. -CFLAGS += -g -Wall
  9. -CFLAGS += $(CPUFLAGS)
  10. -ifndef DEBUG
  11. -CFLAGS += -O2 -DNDEBUG=1
  12. -endif
  13. -
  14. -CPPFLAGS=
  15. -LDFLAGS =
  16. +CFLAGS += -Wall
  17. # compiler includes
  18. INCLUDES= -I. -I$(UHEXEN2_SHARED)