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. --- test/bruisertest/compile_commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bruisertest/compile_commands.json') diff --git a/test/bruisertest/compile_commands.json b/test/bruisertest/compile_commands.json index d7751f6..444cc3f 100644 --- a/test/bruisertest/compile_commands.json +++ b/test/bruisertest/compile_commands.json @@ -1,6 +1,6 @@ [ { - "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp", + "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/7.3.1/include -o test.o test.cpp", "directory": "/home/bloodstalker/devi/hell2/test/bruisertest", "file": "/home/bloodstalker/devi/hell2/test/bruisertest/test.cpp" } -- cgit v1.2.3