Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sternj committed Dec 3, 2024
1 parent 4f44c91 commit 11c042e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/pywhere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <vector>

#include "traceconfig.hpp"
extern "C" void _putchar(char ch) { ::write(1, (void *)&ch, 1); }

// NOTE: uncomment for debugging, but this causes issues
// for production builds on Alpine
Expand Down

0 comments on commit 11c042e

Please sign in to comment.