maestrogerardo / i3-gaps-deb

Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
GNU General Public License v3.0
313 stars 45 forks source link

Disable sanitizers #17

Closed jbenden closed 5 years ago

jbenden commented 5 years ago

This patch permits building i3 without any sanitizers enabled.

This is /highly/ desirable, as all sanitizers are meant for development builds, only.

A nice side-effect from disabling these sanitizers, is the i3 process no longer shows TBs of used virtual memory. This in turn allows my custom set /proc/sys/vm/overcommit_memory tuning to function.

maestrogerardo commented 5 years ago

It's in! Thx for your contribution!