From 3dd48b8dcadabe394be028a5e210dec9ff617511 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Tue, 12 Dec 2023 13:33:48 +1100 Subject: Slight speed up by allowing unitTest.o to compile in parallel with others. --- test/unit/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/makefile b/test/unit/makefile index 1fc67139e..9830ee794 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -84,5 +84,5 @@ clean: %.o: %.cxx $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ -$(EXE): $(TESTOBJ) $(TESTEDOBJ) unitTest.cxx +$(EXE): $(TESTOBJ) $(TESTEDOBJ) unitTest.o $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LINKFLAGS) $^ -o $@ -- cgit v1.2.3