From 08acea15a29a92ea83fe197edec93ddb027884ce Mon Sep 17 00:00:00 2001 From: Toby Petty Date: Sat, 6 Oct 2018 17:48:10 +0100 Subject: [PATCH] added disable santizers to ubuntu install This is recommended by the airblader/i3 wiki https://github.com/Airblader/i3/wiki/Compiling-&-Installing --- install_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 8bd5a520..e66c020e 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -35,7 +35,7 @@ autoreconf --force --install rm -Rf build/ mkdir build cd build/ - ../configure --prefix=/usr --sysconfdir=/etc + ../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers make sudo make install # which i3