Improve pfDrawFonts

This commit is contained in:
gamemasterplc 2023-11-23 17:08:50 -06:00
parent 5dae0e2ce6
commit 0db78aff4a
2 changed files with 7 additions and 5 deletions

View file

@ -175,6 +175,7 @@ cflags_rel = [
"-O0,s",
"-enum int",
"-char unsigned",
"-fp_contract off",
"-sdata 0",
"-sdata2 0",
"-pool off",
@ -186,6 +187,7 @@ cflags_game = [
"-O0,p",
"-enum int",
"-char unsigned",
"-fp_contract off",
]
config.linker_version = "GC/2.6"