mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Use -g -ggdb for debug.
This commit is contained in:
@@ -27,7 +27,7 @@ else
|
|||||||
AM_CFLAGS += -O0
|
AM_CFLAGS += -O0
|
||||||
endif
|
endif
|
||||||
if IS_DEBUG
|
if IS_DEBUG
|
||||||
AM_CFLAGS += -g
|
AM_CFLAGS += -g3 -ggdb
|
||||||
AM_CFLAGS += -Wno-long-long -Wall -W -Wformat=2 -Wno-use-after-free
|
AM_CFLAGS += -Wno-long-long -Wall -W -Wformat=2 -Wno-use-after-free
|
||||||
AM_CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
AM_CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
||||||
AM_CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
AM_CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
||||||
|
|||||||
Reference in New Issue
Block a user