mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-05 19:08:41 +08:00
libtcc: Remove unrelated debug code
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
This commit is contained in:
parent
52a9a541b0
commit
5527ca6dcb
3
libtcc.c
3
libtcc.c
@ -78,9 +78,6 @@ ST_DATA int nb_stk_data;
|
|||||||
/* option -d<num> (for general development purposes) */
|
/* option -d<num> (for general development purposes) */
|
||||||
ST_DATA int g_debug;
|
ST_DATA int g_debug;
|
||||||
|
|
||||||
#define DEBUG_LIBTCC 0
|
|
||||||
#undef dprintf
|
|
||||||
#define dprintf if (DEBUG_LIBTCC) printf
|
|
||||||
|
|
||||||
/********************************************************/
|
/********************************************************/
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user