File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/intrinsic-test/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 fn cpp_compilation ( & self ) -> Option < CppCompilation > ;
5353
5454 fn build_c_file ( & self ) -> bool {
55- let ( chunk_size, chunk_count) = manual_chunk ( self . intrinsics ( ) . len ( ) , 400 ) ;
55+ let ( chunk_size, chunk_count) = manual_chunk ( self . intrinsics ( ) . len ( ) , 270 ) ;
5656
5757 let cpp_compiler_wrapped = self . cpp_compilation ( ) ;
5858
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pub fn build_cpp_compilation(config: &ProcessedCli) -> Option<CppCompilation> {
99 . add_arch_flags ( [ "icelake-client" ] )
1010 . set_compiler ( cpp_compiler)
1111 . set_target ( & config. target )
12- . set_opt_level ( "2 " )
12+ . set_opt_level ( "1 " )
1313 . set_cxx_toolchain_dir ( config. cxx_toolchain_dir . as_deref ( ) )
1414 . set_project_root ( "c_programs" )
1515 . add_extra_flags ( vec ! [
You can’t perform that action at this time.
0 commit comments