Change debug flag to g3
This commit is contained in:
parent
67aee22f75
commit
40c51792fd
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ HDRS ?= $(wildcard src/*.hpp)
|
|||||||
|
|
||||||
CXX ?= g++
|
CXX ?= g++
|
||||||
|
|
||||||
CXXFLAGS += -Wshadow -Wall -Wpedantic -Wextra -g -std=c++17 -fPIC
|
CXXFLAGS += -Wshadow -Wall -Wpedantic -Wextra -g3 -std=c++17 -fPIC
|
||||||
ifeq ($(DEBUG),1)
|
ifeq ($(DEBUG),1)
|
||||||
CXXFLAGS += -D DEBUG -O0
|
CXXFLAGS += -D DEBUG -O0
|
||||||
CONFIG := debug
|
CONFIG := debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user