We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e0cd7 commit 1459bceCopy full SHA for 1459bce
Makefile
@@ -41,4 +41,4 @@ run: check-run_build_shell
41
clean:
42
docker volume rm obfuscator-llvm-build || :
43
docker volume rm obfuscator-llvm || :
44
- rm -rf output/*
+ sudo rm -rf output/*
cpp_wrapper.c
@@ -15,7 +15,7 @@
15
#include <stdbool.h>
16
#include <unistd.h>
17
18
-#define DEBUG
+//#define DEBUG
19
20
//const char* real_cpp_path = "/toolchain/x86/bin/x86_64-linux-g++";
21
const char* real_cpp_path = "/toolchain/x86/bin/x86_64-buildroot-linux-gnu-c++.br_real";
0 commit comments