noroot/optimize

This commit is contained in:
Kelvin Sherlock 2012-04-27 21:18:31 -04:00
parent 4dc81d82af
commit 20ad89176f
8 changed files with 13 additions and 0 deletions

View File

@ -1,7 +1,9 @@
#pragma optimize 79
#pragma noroot
#include "connection.h"
#include <string.h>
#include "s16debug.h"
static char pstring[256];

3
data.c
View File

@ -1,3 +1,6 @@
#pragma optimize 79
#pragma noroot
#include "Data.h"
#include <Memory.h>
#include "fast.memory.h"

View File

@ -1,3 +1,6 @@
#pragma optimize 79
#pragma noroot
#include "dictionary.h"
#include <memory.h>
#include <string.h>

View File

@ -1,4 +1,5 @@
#pragma optimize 79
#pragma noroot
#include <Types.h>

View File

@ -1,5 +1,6 @@
%%
#pragma optimize 79
#pragma noroot
#include <Types.h>

View File

@ -1,4 +1,5 @@
#pragma optimize 79
#pragma noroot
#include "readline2.h"
#include <tcpipx.h>

View File

@ -1,4 +1,5 @@
#pragma optimize 79
#pragma noroot
#include <Types.h>
#include "url.h"

View File

@ -1,5 +1,6 @@
%%
#pragma optimize 79
#pragma noroot
#include <Types.h>
#include "url.h"