mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
configure: Use -fnothrow-opt.
This commit is contained in:
parent
2b011d80df
commit
ca0cf98f37
1 changed files with 3 additions and 0 deletions
|
@ -515,6 +515,9 @@ dnl -fvisibility-inlines-hidden - for optimization; note the address of inline
|
|||
dnl functions won't be the same between translation units
|
||||
CXXFLAGS+=" -fvisibility-inlines-hidden"
|
||||
|
||||
dnl see gcc(1)
|
||||
CXXFLAGS+=" -fnothrow-opt"
|
||||
|
||||
dnl
|
||||
dnl Compiler warnings
|
||||
dnl
|
||||
|
|
Loading…
Reference in a new issue