tmux-2.4-flags.patch 456 B

12345678910111213141516
  1. Makefile.am | 3 +--
  2. 1 file changed, 1 insertion(+), 2 deletions(-)
  3. --- tmux-2.4/Makefile.am
  4. +++ tmux-2.4/Makefile.am
  5. @@ -17,9 +17,8 @@
  6. # Set flags for gcc.
  7. if IS_GCC
  8. -AM_CFLAGS += -std=gnu99 -O2
  9. +AM_CFLAGS += -std=gnu99
  10. if IS_DEBUG
  11. -AM_CFLAGS += -g
  12. AM_CFLAGS += -Wno-long-long -Wall -W -Wformat=2
  13. AM_CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
  14. AM_CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare