Compile in debug mode
This commit is contained in:
parent
7ca8329840
commit
3c9dae009e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ SRC=src/DwarfInterpret.cpp src/MemoryMap.cpp
|
|||
INCLUDE_DIR=include
|
||||
|
||||
CXX=g++
|
||||
CXXFLAGS=-Wall -Wextra -O2 --std=c++14
|
||||
CXXFLAGS=-Wall -Wextra -O1 -g --std=c++14
|
||||
CXXLIBS=-ldwarfpp -ldwarf -lelf -lc++fileno
|
||||
CXXINCLUDE=-I$(INCLUDE_DIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue