[Research] Set optimized code generation flags

Taken from the `debloated` branch.

Part of P0233, funded by [Anonymous].
This commit is contained in:
nmlgc 2023-02-24 03:18:35 +01:00
parent f8a774e1dc
commit 6514a6b9a5
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ void frame(void)
} }
} }
void main(void) void __cdecl main(void)
{ {
vsync_start(); vsync_start();
hr(79); hr(79);

View File

@ -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