Commit 3cac3b3
committed
fix(build): use cmake to build aws-lc-sys
aws-lc-rs has a bug [1] due to which the AWS_LC_SYS_CFLAGS env var is
ignored in the default "ccBuilder".
When we removed "bindgen" feature, we were switched back to the default
ccBuilder, thus the optimization to not compile AVX512 code was getting
ignored and our binary size increased by 600kB.
This patch reverts to the cmake builder while the cc builder is fixed.
[1]: aws/aws-lc-rs#965
Signed-off-by: Riccardo Mancini <[email protected]>1 parent 7482d55 commit 3cac3b3
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
0 commit comments