Improve pfDrawFonts
This commit is contained in:
parent
5dae0e2ce6
commit
0db78aff4a
2 changed files with 7 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue