Skip to content

Commit

Permalink
Hide stdout from cl.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Dec 14, 2024
1 parent 297afc8 commit d55816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlx/backend/common/compiled_cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void* compile(
"\""
"cd /D \"{0}\" && "
"\"{1}\" /LD /EHsc /MD /Ox /nologo /std:c++17 \"{2}\" "
"/link /out:\"{3}\" {4}"
"/link /out:\"{3}\" {4} >nul"
"\"",
std::filesystem::temp_directory_path().string(),
info.cl_exe,
Expand Down

0 comments on commit d55816d

Please sign in to comment.