We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ddc2 commit eb4d188Copy full SHA for eb4d188
1 file changed
make/compiler_flags
@@ -75,7 +75,8 @@ CXX_MINOR := $(word 2,$(subst ., ,$(CXX_VERSION)))
75
# this should make Make slightly faster, as well as avoiding some unexpected
76
# behavior when there are other files lying around with the same name as
77
# Stan models
78
-.SUFFIXES:
+# We do need to leave some rules in place for things like googletest to function
79
+.SUFFIXES: .cc
80
81
################################################################################
82
# Set optional compiler flags for performance
0 commit comments