Skip to content

Commit

Permalink
Fix mountpoint-s3-crt-sys build (awslabs#1011)
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volodkin <vlaad@amazon.com>
Co-authored-by: Vlad Volodkin <vlaad@amazon.com>
  • Loading branch information
vladem and Vlad Volodkin authored Sep 12, 2024
1 parent 67aaade commit 9542728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ fn compile_crt(output_dir: &Path) -> PathBuf {
if lib.package_name == "aws-lc" {
builder.define("DISABLE_PERL", "ON");
builder.define("DISABLE_GO", "ON");
builder.define("BUILD_TOOL", "OFF");
}

// Force compiler optimizations for aws-checksums even in debug builds to improve throughput
Expand Down

0 comments on commit 9542728

Please sign in to comment.