Browse Source

debug options

LPA-1
Volker Birk 7 years ago
parent
commit
4b919191e2
  1. 2
      Makefile

2
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))

Loading…
Cancel
Save