mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
fix @(optimization_mode) usage in builtin collections
This commit is contained in:
@@ -262,7 +262,7 @@ print_typeid :: #force_no_inline proc "contextless" (id: typeid) {
|
||||
}
|
||||
}
|
||||
|
||||
@(optimization_mode="size")
|
||||
@(optimization_mode="favor_size")
|
||||
print_type :: #force_no_inline proc "contextless" (ti: ^Type_Info) {
|
||||
if ti == nil {
|
||||
print_string("nil")
|
||||
|
||||
Reference in New Issue
Block a user