From 4b919191e2984d71725c90cc0da72c2b9a7156be Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 4 Oct 2018 17:44:32 +0200 Subject: [PATCH] debug options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef06afa..a88cd23 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include Makefile.conf TARGET?=libpEpAdapter.a PEPENGINE_IN?=$(HOME) -CXXFLAGS += -I$(HOME)/include -std=c++14 +CXXFLAGS += -I$(HOME)/include -std=c++14 -O0 -g SOURCE=$(wildcard *.cc) OBJECTS=$(subst .cc,.o,$(SOURCE))