]> Kevux Git Server - kevux-firewall/commit
Update: Utilize -pipe in default build flags.
authorKevin Day <Kevin@kevux.org>
Sun, 10 May 2026 15:32:14 +0000 (10:32 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 10 May 2026 15:32:14 +0000 (10:32 -0500)
commita13cc2ef4e64bc3f577a8c8a4eb8b7018b969bfc
treeb691e9044887f422535c6b5aed02f0863604c681
parentc9c5b50aed375ccf560685dee156f1c1a3f43369
Update: Utilize -pipe in default build flags.

This prevents writing to a file system directory, like `/tmp`.

Writing to `/tmp` clobbers up that directory, wastes disk I/O, and reduces the life span of drives (like solid state hard drives).
Avoid all of this by utilizing the compiler option `-pipe`.
data/build/settings
data/build/stand_alone/settings.firewall