Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Chen committed Oct 8, 2023
1 parent cb1a234 commit 1449f94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AST.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <vector>

static uint32_t codeGenScopeIndex = 0U;
#define asm_debug
#ifdef asm_debug
#define DEBUG(STR) \
std::cout << STR << std::endl;
Expand Down

0 comments on commit 1449f94

Please sign in to comment.