From 5de630461628e95a7460f16574242f897f874a94 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 19 May 2018 04:05:03 +0430 Subject: fixes #33. fixed #34. python interpreter should clean up after itself properly so maybe #32 is also sovled but i need more time to know. the stack usage for lua has been reduced so larger number of xobjs are fine now. general cleanup for executioner and bruiser. added a note regarding running obfuscators test. lua no longer needs libreadline to build. bfds test no longer needs libbfd to build. --- macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros.mk') diff --git a/macros.mk b/macros.mk index e7cb470..3fe8e96 100644 --- a/macros.mk +++ b/macros.mk @@ -61,7 +61,7 @@ ifeq ($(CXX), g++) $(error This build mode is only useable with clang++.) endif EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\ - -std=c++1z -stdlib=libstdc++ -UNDEBUG -fexceptions + -std=c++17 -stdlib=libstdc++ -UNDEBUG -fexceptions EXTRA_LD_FLAGS=-v endif -- cgit v1.2.3