Skip to content

Commit

Permalink
Fix current building problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzsch committed Jun 10, 2024
1 parent d4289e6 commit 531fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PKG_CONFIG="pkgconf --static"
export PKG_CONFIG_LIBDIR="@MINGW_INSTALL_PREFIX@/lib/pkgconfig"
export RUSTUP_HOME="@RUSTUP_LOCATION@/.rustup"
export CARGO_HOME="@RUSTUP_LOCATION@/.cargo"
export LD_PRELOAD="@MALLOC@"
#export LD_PRELOAD="@MALLOC@"
export CCACHE_DIR="@MINGW_INSTALL_PREFIX@/ccache"
export LLVM_PROFILE_FILE="/dev/null"
# disable profraw output by default, ensure that only clang and lld can explicitly enable profraw output by wrapper
Expand Down

0 comments on commit 531fb14

Please sign in to comment.