0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 16:04:15 +01:00

include/ircd: Add -x c++-header to PCH cxxflags.

This commit is contained in:
Jason Volk 2019-09-25 09:42:22 -07:00
parent 67c00f7283
commit 33b57e48ba

View file

@ -17,6 +17,7 @@ AM_CPPFLAGS = \
###
AM_CXXFLAGS = \
-x c++-header \
@EXTRA_CXXFLAGS@ \
###