Skip to content

Commit 5f4eba5

Browse files
committed
disable DEBUG mode
1 parent 2d0a26f commit 5f4eba5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-512 Bytes
Binary file not shown.

build/windows/export/launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ char *mallocChars(int count);
4141
void removeQuotes(char *quoted);
4242
void removeTrailingSlash(char *slashed);
4343

44-
#define DEBUG
44+
//#define DEBUG
4545

4646
int STDCALL
4747
WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)

java/application/template.exe

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)