mdbx: force gdb-level3 for debuginfo.

Change-Id: Ie11630f4c56482862d765764e5e0c4c9564a476b
This commit is contained in:
Leo Yuriev 2015-12-16 21:35:43 +03:00
parent 7086623d9f
commit c0c3c1b688

View File

@ -19,7 +19,7 @@ mandir ?= $(prefix)/man
CC ?= gcc
XCFLAGS ?=
CFLAGS ?= -O2 -g -Wall -Werror -Wno-unused-parameter
CFLAGS ?= -O2 -ggdb3 -Wall -Werror -Wno-unused-parameter
CFLAGS += -pthread $(XCFLAGS)
########################################################################