File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ include = [
30
30
" !/aws-lc/tests/**" ,
31
31
" !/aws-lc/third_party/**" ,
32
32
" !/aws-lc/util/**" ,
33
+ " !/aws-lc/tool/**" ,
34
+ " !/aws-lc/tool-openssl/**" ,
33
35
" /aws-lc/tests/compiler_features_tests/**.c" ,
34
36
" /aws-lc/third_party/fiat/**/LICENSE" ,
35
37
" /aws-lc/third_party/fiat/**/*.h" ,
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ impl CmakeBuilder {
177
177
178
178
// Build flags that minimize our crate size.
179
179
cmake_cfg. define ( "BUILD_TESTING" , "OFF" ) ;
180
+ cmake_cfg. define ( "BUILD_TOOL" , "OFF" ) ;
180
181
if cfg ! ( feature = "ssl" ) {
181
182
cmake_cfg. define ( "BUILD_LIBSSL" , "ON" ) ;
182
183
} else {
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ include = [
28
28
" !/aws-lc/tests/**" ,
29
29
" !/aws-lc/third_party/**" ,
30
30
" !/aws-lc/util/**" ,
31
+ " !/aws-lc/tool/**" ,
32
+ " !/aws-lc/tool-openssl/**" ,
31
33
" /aws-lc/tests/compiler_features_tests/**.c" ,
32
34
" /aws-lc/third_party/fiat/**/LICENSE" ,
33
35
" /aws-lc/third_party/fiat/**/*.h" ,
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ impl CmakeBuilder {
110
110
111
111
// Build flags that minimize our crate size.
112
112
cmake_cfg. define ( "BUILD_TESTING" , "OFF" ) ;
113
+ cmake_cfg. define ( "BUILD_TOOL" , "OFF" ) ;
113
114
if cfg ! ( feature = "ssl" ) {
114
115
cmake_cfg. define ( "BUILD_LIBSSL" , "ON" ) ;
115
116
} else {
You can’t perform that action at this time.
0 commit comments