summarylogtreecommitdiffstats
path: root/envs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'envs.patch')
-rw-r--r--envs.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/envs.patch b/envs.patch
index a75429522016..a7319f61240a 100644
--- a/envs.patch
+++ b/envs.patch
@@ -1,13 +1,13 @@
diff --git a/src/main.cpp b/src/main.cpp
-index e1f43ad0..ef2b74be 100644
+index e1f43ad0..0e716007 100644
--- a/src/main.cpp
+++ b/src/main.cpp
-@@ -34,6 +34,8 @@ int main(int argc, char** argv) {
+@@ -34,6 +34,7 @@ int main(int argc, char** argv) {
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,log_path=asan.log", 1);
+ setenv("LD_PRELOAD", "/usr/lib/libasan.so.8.0.0", 1);
// parse some args
std::string configPath;
+