0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

Fix rb.h.gch compilation flags.

This commit is contained in:
Jason Volk 2016-07-23 19:12:45 -07:00
parent 983f0bc154
commit 31f4d0d699

View file

@ -1,12 +1,15 @@
AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = @BOOST_CPPFLAGS@
AM_LDFLAGS = @BOOST_LDFLAGS@
if GCC
AM_CXXFLAGS = -fpch-deps
endif
BUILT_SOURCES = rb.h.gch
rb.h.gch:
$(CXX) $(CXXFLAGS) -o rb.h.gch $(DEFS) $(CPPFLAGS) rb.h
$(CXX) $(CXXFLAGS) $(AM_CXXFLAGS) -o rb.h.gch $(DEFS) $(CPPFLAGS) $(AM_CPPFLAGS) rb.h
clean-local:
rm -f rb.h.gch