Change debug flag to g3

This commit is contained in:
Bob Polis 2024-01-17 18:08:56 +01:00
parent 67aee22f75
commit 40c51792fd

View File

@ -35,7 +35,7 @@ HDRS ?= $(wildcard src/*.hpp)
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)
CXXFLAGS += -D DEBUG -O0
CONFIG := debug