]> git.ipfire.org Git - pakfire.git/commit
CFLAGS: Build without exception handling by default
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Dec 2018 21:34:04 +0000 (21:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Dec 2018 21:34:04 +0000 (21:34 +0000)
commit023b1413418b92fe9d3f2d59563a26326572f997
treedcccdad71af363570b815f16e9b24de79277978e
parent50a5fda7c82df427ef077eeaa79f246a481d21ec
CFLAGS: Build without exception handling by default

GCC will automatically enable this for languages that require
it like C++, but it does waste space for languages that don't
have exceptions (like C).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
macros/cflags.macro