mirror of
https://github.com/ksherlock/gopher.git
synced 2024-12-08 12:49:34 +00:00
noroot/optimize
This commit is contained in:
parent
4dc81d82af
commit
20ad89176f
@ -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
3
data.c
@ -1,3 +1,6 @@
|
||||
#pragma optimize 79
|
||||
#pragma noroot
|
||||
|
||||
#include "Data.h"
|
||||
#include <Memory.h>
|
||||
#include "fast.memory.h"
|
||||
|
@ -1,3 +1,6 @@
|
||||
#pragma optimize 79
|
||||
#pragma noroot
|
||||
|
||||
#include "dictionary.h"
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
#pragma optimize 79
|
||||
#pragma noroot
|
||||
|
||||
#include "readline2.h"
|
||||
#include <tcpipx.h>
|
||||
|
1
scheme.c
1
scheme.c
@ -1,4 +1,5 @@
|
||||
#pragma optimize 79
|
||||
#pragma noroot
|
||||
|
||||
#include <Types.h>
|
||||
#include "url.h"
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%
|
||||
#pragma optimize 79
|
||||
#pragma noroot
|
||||
|
||||
#include <Types.h>
|
||||
#include "url.h"
|
||||
|
Loading…
Reference in New Issue
Block a user