0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 21:18:57 +02:00

configure: Use -fnothrow-opt.

This commit is contained in:
Jason Volk 2019-05-15 01:04:16 -07:00
parent 2b011d80df
commit ca0cf98f37

View file

@ -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