mirror of
https://github.com/ksherlock/gopher.git
synced 2024-12-30 02:32:18 +00:00
optimize flags
This commit is contained in:
parent
6bb6398107
commit
a0f7de1c2e
4
gopher.c
4
gopher.c
@ -1,6 +1,8 @@
|
||||
#pragma optimize 79
|
||||
|
||||
#include <Locator.h>
|
||||
#include <Memory.h>
|
||||
|
||||
#include <MiscTool.h>
|
||||
#include <tcpip.h>
|
||||
|
||||
#include "url.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
#pragma optimize 79
|
||||
|
||||
#include "readline2.h"
|
||||
#include <tcpipx.h>
|
||||
#include <memory.h>
|
||||
|
Loading…
Reference in New Issue
Block a user