mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Update src/build_settings.cpp
Co-authored-by: Laytan Laats <laytanlaats@hotmail.com>
This commit is contained in:
@@ -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