Skip to content
Snippets Groups Projects
Commit edb576e2 authored by Mattias Ajander's avatar Mattias Ajander
Browse files

Compile with -g for debug

parent 8691bf92
No related branches found
No related tags found
No related merge requests found
CXX = g++
CXXFLAGS = -std=c++17 -Wall -Wextra -pedantic -I include
CXXFLAGS = -std=c++17 -Wall -Wextra -pedantic -I include -g
# Directories
SRC_DIR = source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment