mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 07:30:54 +00:00
Get rid of all optimization flags in debug mode
This commit is contained in:
parent
f0ee2356af
commit
6b9da48a03
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ INSTALL_PATH ?= $(CURDIR)
|
||||||
ifneq ($(MAKECMDGOALS),dbg)
|
ifneq ($(MAKECMDGOALS),dbg)
|
||||||
OPT += -O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer
|
OPT += -O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer
|
||||||
else
|
else
|
||||||
OPT += -fno-omit-frame-pointer -momit-leaf-frame-pointer
|
# intentionally left blank
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),shared_lib)
|
ifeq ($(MAKECMDGOALS),shared_lib)
|
||||||
|
|
Loading…
Reference in a new issue