Skip to content
Snippets Groups Projects
Commit 7066e16c authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Added debug and optimisation flags

parent 0ef3a9c3
Branches
No related merge requests found
......@@ -15,7 +15,7 @@ endif
# Compiler flags
# DEBUG BUILD
CXXFLAGS += -g
CXXFLAGS += -g --coverage -O0
# Linker Flags
LDFLAGS =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment