mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 02:57:01 +00:00
Nearly match streamHandle, minor fixes
Former-commit-id: 685734b22e068de22c536c13e3cff2c92054c918
This commit is contained in:
10
configure.py
10
configure.py
@@ -189,7 +189,15 @@ cflags_retro = [
|
||||
]
|
||||
|
||||
cflags_musyx = [
|
||||
*cflags_base,
|
||||
"-proc gekko",
|
||||
"-nodefaults",
|
||||
"-nosyspath",
|
||||
"-i include",
|
||||
"-i libc",
|
||||
"-inline auto",
|
||||
"-O4,p",
|
||||
"-fp hard",
|
||||
"-Cpp_exceptions off",
|
||||
"-str reuse,pool,readonly",
|
||||
"-fp_contract off",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user