From 76afedfed7dfae1d067acdac2ef1eb1e3ae55533 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pecka?= <peckato1@fit.cvut.cz>
Date: Mon, 24 Feb 2014 18:53:47 +0100
Subject: [PATCH] Compile aconversions with debug flags

---
 aconversions/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aconversions/makefile b/aconversions/makefile
index 84bd798b21..296c6c9c9c 100644
--- a/aconversions/makefile
+++ b/aconversions/makefile
@@ -1,6 +1,6 @@
 CC=g++
 EXECUTABLE=aconversion
-CCFLAGS= -std=c++11 -O2 -c -Wall -I../alib/src -I/usr/include/libxml2/ -I../libaderivation/src -I../libaregexptree/src
+CCFLAGS= -std=c++11 -O2 -c -g -Wall -I../alib/src -I/usr/include/libxml2/ -I../libaderivation/src -I../libaregexptree/src
 LDFLAGS= -L../alib/lib -L../libaderivation/lib -L../libaregexptree/lib -lxml2 -laderivation -laregexptree -lalib -Wl,-rpath,.
 
 SOURCES=$(shell find src/ -name *cpp)
-- 
GitLab