Skip to content

Commit

Permalink
noroot/optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Apr 28, 2012
1 parent 4dc81d8 commit 20ad891
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connection.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#pragma optimize 79
#pragma noroot

#include "connection.h"
#include <string.h>
#include "s16debug.h"

static char pstring[256];

Expand Down
3 changes: 3 additions & 0 deletions data.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma optimize 79
#pragma noroot

#include "Data.h"
#include <Memory.h>
#include "fast.memory.h"
Expand Down
3 changes: 3 additions & 0 deletions dictionary.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma optimize 79
#pragma noroot

#include "dictionary.h"
#include <memory.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions ftype.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma optimize 79
#pragma noroot

#include <Types.h>

Expand Down
1 change: 1 addition & 0 deletions ftype.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%%
#pragma optimize 79
#pragma noroot

#include <Types.h>

Expand Down
1 change: 1 addition & 0 deletions readline2.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma optimize 79
#pragma noroot

#include "readline2.h"
#include <tcpipx.h>
Expand Down
1 change: 1 addition & 0 deletions scheme.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma optimize 79
#pragma noroot

#include <Types.h>
#include "url.h"
Expand Down
1 change: 1 addition & 0 deletions scheme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%%
#pragma optimize 79
#pragma noroot

#include <Types.h>
#include "url.h"
Expand Down

0 comments on commit 20ad891

Please sign in to comment.