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

configure: -fasm-blocks not yet useful without GCC parity.

This commit is contained in:
Jason Volk 2020-07-30 06:22:37 -07:00
parent 4b7ebb3cf0
commit 2317ff4ec0

View file

@ -624,10 +624,11 @@ AM_COND_IF([GCC],
RB_VAR_PREPEND([CXXFLAGS], ["-fvtable-verify=none"])
])
AM_COND_IF([CLANG],
[
RB_VAR_PREPEND([CXXFLAGS], ["-fasm-blocks"])
])
dnl Not useful without GCC support...
dnl AM_COND_IF([CLANG],
dnl [
dnl RB_VAR_PREPEND([CXXFLAGS], ["-fasm-blocks"])
dnl ])
AM_COND_IF([GCC],
[