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.

9 lines
190 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -1,5 +1,5 @@
  4. CC ?= gcc
  5. -AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
  6. +AM_CFLAGS = -D_FILE_OFFSET_BITS=64
  7. CFLAGS ?= -g -O2
  8. objects = \
  9. mmc.o \