0
0
Fork 0
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:
Jason Volk 2017-03-20 00:00:14 -07:00
parent 95a52a4ab7
commit 2b0d74c862

View file

@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = foreign
libircddir = @libdir@
AM_CPPFLAGS = \
-ffriend-injection \
-I$(top_srcdir)/include \
@ROCKSDB_CPPFLAGS@ \
@JS_CPPFLAGS@ \