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.
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.