mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 19:00:06 +00:00
Update src/build_settings.cpp
Co-authored-by: Laytan Laats <laytanlaats@hotmail.com>
This commit is contained in:
co-authored by
Laytan Laats
parent
c529b1b73a
commit
70aff9fbb2
@@ -1754,7 +1754,7 @@ gb_internal bool init_build_paths(String init_filename) {
|
||||
case TargetOs_darwin:
|
||||
break;
|
||||
default:
|
||||
gb_printf_err("-sanitize:memory is only supported on windows, linux, and darwin\n");
|
||||
gb_printf_err("-sanitize:address is only supported on windows, linux, and darwin\n");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user