0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00

configure: Generate verbose object source.

This commit is contained in:
Jason Volk 2019-08-19 20:38:22 -07:00
parent 6ccbede478
commit bfbf8d3852

View file

@ -601,6 +601,12 @@ dnl be sufficiently low or simply immaterial for our uses of them.
dnl
CXXFLAGS+=" -fno-threadsafe-statics"
dnl
AM_COND_IF([GCC],
[
CXXFLAGS+=" -fverbose-asm"
])
dnl
dnl Compiler warnings
dnl