Skip to content

Commit eb4d188

Browse files
committed
Add back .cc for googletest
1 parent 2b5ddc2 commit eb4d188

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make/compiler_flags

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ CXX_MINOR := $(word 2,$(subst ., ,$(CXX_VERSION)))
7575
# this should make Make slightly faster, as well as avoiding some unexpected
7676
# behavior when there are other files lying around with the same name as
7777
# Stan models
78-
.SUFFIXES:
78+
# We do need to leave some rules in place for things like googletest to function
79+
.SUFFIXES: .cc
7980

8081
################################################################################
8182
# Set optional compiler flags for performance

0 commit comments

Comments
 (0)