Skip to content

Commit 1459bce

Browse files
author
Jason Mobarak
committed
Purge debug
1 parent d2e0cd7 commit 1459bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ run: check-run_build_shell
4141
clean:
4242
docker volume rm obfuscator-llvm-build || :
4343
docker volume rm obfuscator-llvm || :
44-
rm -rf output/*
44+
sudo rm -rf output/*

cpp_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <stdbool.h>
1616
#include <unistd.h>
1717

18-
#define DEBUG
18+
//#define DEBUG
1919

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

0 commit comments

Comments
 (0)