- [FIX] deshabilitar el debugger si no estem en DEBUG ni en Linux

This commit is contained in:
2026-05-01 12:10:11 +02:00
parent 948870215d
commit 90f057fc5e
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -1,3 +1,5 @@
#if defined(DEBUG) && defined(__linux__)
#include "lua.debug.h"
#include "external/lua/lua.hpp"
#include "mini/win/win.h"
@@ -1366,3 +1368,5 @@ namespace mini
}
}
}
#endif