summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bainesly2024-02-27 00:36:35 -0500
committerRichard Bainesly2024-02-27 00:36:35 -0500
commitff289f79d468080262b8324a42162fcecf155cc6 (patch)
tree9d27cc427cfc5082622eed2caebdf55c7e268fce
parentb6500355f9cba58c5e522dfdd3dae71fbbd49e5c (diff)
downloadaur-ff289f79d468080262b8324a42162fcecf155cc6.tar.gz
add log_path to env patch
-rw-r--r--envs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/envs.patch b/envs.patch
index 54641a74d398..a75429522016 100644
--- a/envs.patch
+++ b/envs.patch
@@ -6,7 +6,7 @@ index e1f43ad0..ef2b74be 100644
setenv("_JAVA_AWT_WM_NONREPARENTING", "1", 1);
setenv("MOZ_ENABLE_WAYLAND", "1", 1);
setenv("XDG_CURRENT_DESKTOP", "Hyprland", 1);
-+ setenv("ASAN_OPTIONS", "detect_odr_violation=0", 1);
++ setenv("ASAN_OPTIONS", "detect_odr_violation=0,log_path=asan.log", 1);
+ setenv("LD_PRELOAD", "/usr/lib/libasan.so.8.0.0", 1);
// parse some args