mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
configure: -fasm-blocks not yet useful without GCC parity.
This commit is contained in:
parent
4b7ebb3cf0
commit
2317ff4ec0
1 changed files with 5 additions and 4 deletions
|
@ -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],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue