Skip to content

Commit

Permalink
Purge debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Mobarak committed May 8, 2018
1 parent d2e0cd7 commit 1459bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ run: check-run_build_shell
clean:
docker volume rm obfuscator-llvm-build || :
docker volume rm obfuscator-llvm || :
rm -rf output/*
sudo rm -rf output/*
2 changes: 1 addition & 1 deletion cpp_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <stdbool.h>
#include <unistd.h>

#define DEBUG
//#define DEBUG

//const char* real_cpp_path = "/toolchain/x86/bin/x86_64-linux-g++";
const char* real_cpp_path = "/toolchain/x86/bin/x86_64-buildroot-linux-gnu-c++.br_real";
Expand Down

0 comments on commit 1459bce

Please sign in to comment.