Update src/build_settings.cpp

Co-authored-by: Laytan Laats <laytanlaats@hotmail.com>
This commit is contained in:
gingerBill
2023-09-27 14:01:45 +01:00
committed by GitHub
parent c529b1b73a
commit 70aff9fbb2

View File

@@ -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;
}
}