Skip to content
Snippets Groups Projects
Commit be46aaab authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Build with debug flags -g

Remove this again before running tests.
parent 45d7cebd
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ BISON = bison ...@@ -3,5 +3,5 @@ BISON = bison
LEX = flex LEX = flex
GCC = g++ GCC = g++
GCCFLAGS = -Wall -Wno-deprecated GCCFLAGS = -g -Wall -Wno-deprecated
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment