mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
7/7 Fixed-Point math
This commit is contained in:
@@ -293,8 +293,8 @@ function build-graphis_hello {
|
||||
$compile_args += $f_debug
|
||||
# $compile_args += $f_optimize_none
|
||||
# $compile_args += $f_optimize_intrinsics
|
||||
# $compile_args += $f_optimize_size
|
||||
$compile_args += $f_optimize_debug
|
||||
$compile_args += $f_optimize_size
|
||||
# $compile_args += $f_optimize_debug
|
||||
$compile_args += ($f_include + $path_code)
|
||||
compile-unit $src_c $module_c $includes $compile_args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user