You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
309 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -153,7 +153,7 @@ AUTOMAKE = @AUTOMAKE@
  4. AWK = @AWK@
  5. CC = @CC@
  6. CCDEPMODE = @CCDEPMODE@
  7. -CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
  8. +CFLAGS = $(COPTS) -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
  9. CPP = @CPP@
  10. CPPFLAGS = @CPPFLAGS@
  11. CYGPATH_W = @CYGPATH_W@