summarylogtreecommitdiffstats
path: root/envs.patch
diff options
context:
space:
mode:
authorRichard Bainesly2024-02-27 01:13:21 -0500
committerRichard Bainesly2024-02-27 01:13:21 -0500
commit5cf7bcea7fdaf339d4d3c8de69e6332be5d4460f (patch)
treef9d1440443f8ead0e7027efd3f450d197e3746c4 /envs.patch
parentff289f79d468080262b8324a42162fcecf155cc6 (diff)
downloadaur-5cf7bcea7fdaf339d4d3c8de69e6332be5d4460f.tar.gz
multiple changes
- remove ASAN_OPTIONS from patch - add .install file for note
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;
+