]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Compile with minimal debug information shadow-stack-and-hardening
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Feb 2024 16:47:35 +0000 (16:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Feb 2024 16:51:27 +0000 (16:51 +0000)
commitb3a8be09df1098d2bb49cdeac6eb3ca8e7390650
tree1c580dfa55e5a678070f869942bd4a024740b4ca
parenta8060e0182e5c44f4f4257a861037d8484322bf3
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