Skip to content

Commit

Permalink
Update shared.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Nov 26, 2024
1 parent 2e3774e commit ac2e93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub const SHARED_BUILD_OPTS: [&str; 19] = [
"-DLLVM_ENABLE_LIBEDIT='Off'",
"-DLLVM_ENABLE_LIBPFM='Off'",
"-DCMAKE_EXPORT_COMPILE_COMMANDS='On'",
"-DPython3_FIND_REGISTRY='LAST'", // Use Python version from PATH, and not from registry,
"-DPython3_FIND_REGISTRY='LAST'", // Use Python version from $PATH, not from registry
"-DBUG_REPORT_URL='https://github.com/matter-labs/era-compiler-llvm/issues/'",
];

Expand Down

0 comments on commit ac2e93b

Please sign in to comment.