Skip to content

Commit

Permalink
added disable santizers to ubuntu install
Browse files Browse the repository at this point in the history
This is recommended by the airblader/i3 wiki https://github.com/Airblader/i3/wiki/Compiling-&-Installing
  • Loading branch information
Staberinde committed Oct 6, 2018
1 parent 4ef818e commit 08acea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08acea1

Please sign in to comment.