patch-engine_hexen2_Makefile 821 B

123456789101112131415161718192021222324252627282930
  1. $OpenBSD: patch-engine_hexen2_Makefile,v 1.2 2016/12/31 10:48:00 jsg Exp $
  2. Use standard optimisations.
  3. --- engine/hexen2/Makefile.orig Mon Jul 25 06:40:21 2016
  4. +++ engine/hexen2/Makefile Sat Dec 31 20:43:29 2016
  5. @@ -133,7 +133,7 @@ USE_CODEC_MODPLUG=no
  6. USE_CODEC_UMX=no
  7. # either timidity (preferred) or wildmidi (both possible
  8. # but not needed nor meaningful)
  9. -USE_CODEC_TIMIDITY=yes
  10. +USE_CODEC_TIMIDITY=no
  11. USE_CODEC_WILDMIDI=no
  12. # compile timidity with DLS instruments support? (no:
  13. # the dls code isn't good enough and isn't used in unix
  14. @@ -194,12 +194,7 @@ endif
  15. # Overrides for the default CPUFLAGS
  16. CPUFLAGS=$(CPU_X86)
  17. -CFLAGS += -g -Wall
  18. -CFLAGS += $(CPUFLAGS)
  19. -ifndef DEBUG
  20. -# optimization flags
  21. -CFLAGS += -O2 -DNDEBUG=1 -ffast-math -fomit-frame-pointer
  22. -endif
  23. +CFLAGS += -Wall
  24. CPPFLAGS=
  25. LDFLAGS =