Browse Source

Update src/build_settings.cpp

Co-authored-by: Laytan Laats <[email protected]>
gingerBill 1 year ago
parent
commit
70aff9fbb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/build_settings.cpp

+ 1 - 1
src/build_settings.cpp

@@ -1754,7 +1754,7 @@ gb_internal bool init_build_paths(String init_filename) {
 		case TargetOs_darwin:
 		case TargetOs_darwin:
 			break;
 			break;
 		default:
 		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;
 			return false;
 		}
 		}
 	}
 	}