]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
make.sh: Compile with minimal debug information
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Feb 2024 16:47:35 +0000 (16:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Feb 2024 14:23:59 +0000 (14:23 +0000)
commit1b57f838f19e2a8c1e1a3bd903b2a70c730ab08f
treea06f143b93d4706c7967b74b4911b0a8a3447712
parentcecad543cb59d0e052cea437cc064bb0924cdbd2
make.sh: Compile with minimal debug information

In IPFire 2, we don't make any use out of the debug information.
Therefore we can tell the compiler to generate as minimal debug
information as possible in order to have a faster compilation process.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh