don't use paths where not required

refactor-result-recursion
Lars Rohwedder 7 years ago
parent ca54f8f3a1
commit c7d1a9975b

@ -3,7 +3,7 @@
#include <cstring> // for memcpy()
const Concat concat;
const Concat concat{};
namespace
{

@ -1,7 +1,7 @@
.PHONY: all clear
CXXFLAGS = -Wall -O3 -std=c++11 -g -I/home/deb/local/include/
LDFLAGS = -L/home/deb/local/lib -lpthread -levent
CXXFLAGS = -Wall -O3 -std=c++11 -g
LDFLAGS = -lpthread
all: libjson_spirit.a

Loading…
Cancel
Save