mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
add compile options to debug
This commit is contained in:
parent
c9468bcf8a
commit
01fe7151a9
4
Makefile
4
Makefile
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2009 Salvatore Sanfilippo <antirez at gmail dot com>
|
# Copyright (C) 2009 Salvatore Sanfilippo <antirez at gmail dot com>
|
||||||
# This file is released under the BSD license, see the COPYING file
|
# This file is released under the BSD license, see the COPYING file
|
||||||
|
|
||||||
DEBUG?= -g
|
DEBUG?= -g -rdynamic -ggdb
|
||||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -DSDS_ABORT_ON_OOM
|
CFLAGS?= -std=c99 -pedantic -O0 -Wall -W -DSDS_ABORT_ON_OOM
|
||||||
CCOPT= $(CFLAGS)
|
CCOPT= $(CFLAGS)
|
||||||
|
|
||||||
OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o
|
OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o
|
||||||
|
Loading…
Reference in New Issue
Block a user