]> Kevux Git Server - controller/commit
Update: Utilize -pipe in default build flags.
authorKevin Day <Kevin@kevux.org>
Sun, 10 May 2026 15:32:27 +0000 (10:32 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 10 May 2026 15:32:27 +0000 (10:32 -0500)
commit07fcb351374a5a2062d1f554924dd231bb9a2ba1
tree103a49d4b7b254753b6cffd7e05967ed60346019
parentf111cd0ab9c3d1cc8c21a6400fecc39dc5bfe6ee
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/settings.controller
data/build/settings.init
data/build/stand_alone/settings.controller
data/build/stand_alone/settings.init