From 26859306a2affd060fb4ebebed7525a5d88e967c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 11 Feb 2018 23:59:49 +0330 Subject: 2 major bug fixed for bruiser, a lot of little improvements and bug fixed here and there --- macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros.mk') diff --git a/macros.mk b/macros.mk index cf86dff..e7cb470 100644 --- a/macros.mk +++ b/macros.mk @@ -88,7 +88,7 @@ LD_FLAGS=-Wl,--start-group -lclangAST -lclangAnalysis -lclangBasic\ -lclangLex -lclangParse -lclangSema -lclangEdit -lclangASTMatchers\ -lclangRewrite -lclangRewriteFrontend -lclangStaticAnalyzerFrontend\ -lclangStaticAnalyzerCheckers -lclangStaticAnalyzerCore\ --lclangSerialization -lclangToolingCore -lclangTooling -lstdc++ -lLLVMRuntimeDyld -lm -Wl,--end-group +-lclangSerialization -lclangToolingCore -lclangTooling -lstdc++ -lLLVMRuntimeDyld -lm -Wl,--end-group LD_FLAGS+=$(shell $(LLVM_CONF) --ldflags --libs --system-libs) CXX_FLAGS+=$(EXTRA_CXX_FALGS) -- cgit v1.2.3