mirror of https://github.com/nmlgc/ReC98.git
[Research] Set optimized code generation flags
Taken from the `debloated` branch. Part of P0233, funded by [Anonymous].
This commit is contained in:
parent
f8a774e1dc
commit
6514a6b9a5
|
@ -69,7 +69,7 @@ void frame(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void main(void)
|
void __cdecl main(void)
|
||||||
{
|
{
|
||||||
vsync_start();
|
vsync_start();
|
||||||
hr(79);
|
hr(79);
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
LFLAGS = -L..\bin
|
LFLAGS = -L..\bin -ls
|
||||||
CFLAGS = -I..\
|
CFLAGS = -I..\ -O -b- -Z -d -G -k- -p -x-
|
||||||
|
|
||||||
all: HOLDKEY.EXE
|
all: HOLDKEY.EXE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue