mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
configure.ac: Add -ffriend-injection to CXXFLAGS.
This commit is contained in:
parent
95a52a4ab7
commit
2b0d74c862
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = foreign
|
|||
libircddir = @libdir@
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-ffriend-injection \
|
||||
-I$(top_srcdir)/include \
|
||||
@ROCKSDB_CPPFLAGS@ \
|
||||
@JS_CPPFLAGS@ \
|
||||
|
|
Loading…
Reference in a new issue