1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

disable debug

This commit is contained in:
mrdudz 2022-11-18 02:34:13 +01:00
parent 2cfa3d905a
commit a33b8f371a
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#include <string.h>
#include <stdarg.h>
#define DEBUG
//#define DEBUG
/* common */
#include "addrsize.h"

View File

@ -4,7 +4,7 @@
** 2020-11-20, Greg King
*/
#define DEBUG
//#define DEBUG
#include <stdio.h>
#include <stdlib.h>