patch-deps_linenoise_Makefile 401 B

1234567891011121314151617
  1. $OpenBSD: patch-deps_linenoise_Makefile,v 1.6 2013/12/03 06:50:17 dcoppa Exp $
  2. --- deps/linenoise/Makefile.orig Mon Dec 2 16:07:46 2013
  3. +++ deps/linenoise/Makefile Tue Dec 3 07:52:03 2013
  4. @@ -1,10 +1,10 @@
  5. STD=
  6. WARN= -Wall
  7. -OPT= -Os
  8. +# OPT= -Os
  9. R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS)
  10. R_LDFLAGS= $(LDFLAGS)
  11. -DEBUG= -g
  12. +# DEBUG= -g
  13. R_CC=$(CC) $(R_CFLAGS)
  14. R_LD=$(CC) $(R_LDFLAGS)