diff --git a/dictionary.c b/dictionary.c index fdf59e5..54f6c60 100644 --- a/dictionary.c +++ b/dictionary.c @@ -1,5 +1,7 @@ #pragma optimize 79 #pragma noroot +#pragma debug 0x8000 +#pragma lint -1 #include "dictionary.h" #include diff --git a/http.c b/http.c index 4becaa7..ef076dd 100644 --- a/http.c +++ b/http.c @@ -16,7 +16,9 @@ #pragma optimize 79 #pragma noroot - +#pragma debug 0x8000 +#pragma lint -1 + #include #include #include