Makefile.diff 522 B

123456789101112131415161718192021
  1. --- Makefile 2003-08-27 22:44:07.000000000 -0300
  2. +++ Makefile.new 2009-02-14 23:00:24.000000000 -0300
  3. @@ -21,7 +21,7 @@ PREFIX = /usr
  4. # with that, you don't even need to uncomment the next line.
  5. # CDROM = /dev/cdrom
  6. # Or, if you use devfs, uncomment this line:
  7. -CDROM = /dev/cdroms/cdrom0
  8. +# CDROM = /dev/cdroms/cdrom0
  9. @@ -51,8 +51,6 @@ NETWORK = 1
  10. ifdef DEBUG
  11. EXTRA_CFLAGS = -DDEBUG=${DEBUG} -Wall -pedantic -g
  12. -else
  13. -EXTRA_CFLAGS = -O2 # -march=k6 # the arch optimization is for dave!
  14. endif
  15. ifdef CDROM