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