Merge pull request #4364 from travisstaloch/str-graphemes

Str graphemes
This commit is contained in:
Richard Feldman 2022-10-22 22:31:50 -07:00 committed by GitHub
commit f734cc11c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 94 additions and 45 deletions

View file

@ -435,7 +435,12 @@ pub fn build_c_host_native(
_ => {
command.args(&[
shared_lib_path.to_str().unwrap(),
&bitcode::get_builtins_host_obj_path(),
// This line is commented out because
// @bhansconnect: With the addition of Str.graphemes, always
// linking the built-ins led to a surgical linker bug for
// optimized builds. Disabling until it is needed for dev
// builds.
// &bitcode::get_builtins_host_obj_path(),
"-fPIE",
"-pie",
"-lm",