From 3a217d9438461f6c1711c6c55cef321bd4acad04 Mon Sep 17 00:00:00 2001 From: n00b87 Date: Sat, 26 Jul 2025 08:43:32 -0500 Subject: [PATCH] Removed testing flag --- rcbasic_runtime/rc_os_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcbasic_runtime/rc_os_defines.h b/rcbasic_runtime/rc_os_defines.h index 4444858..50e40c0 100755 --- a/rcbasic_runtime/rc_os_defines.h +++ b/rcbasic_runtime/rc_os_defines.h @@ -2,7 +2,7 @@ #define RC_OS_DEFINES_H_INCLUDED //USED FOR TESTING ONLY -#define RC_TESTING +//#define RC_TESTING //I am checking Android first since I think it also defines __linux__