Skip to content

Commit

Permalink
Build tests without -O0 also in the autoconf build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBunk committed Aug 3, 2024
1 parent 09b46d8 commit ab86fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ REGRESSION_OUT=$(patsubst %,tests/%.out, $(REGRESSIONS))
test:$(REGRESSION_OUT)
.PRECIOUS:tests/%.test
tests/%.test: tests/%.cc
mkdir -p $(@D) && $(CXX) $(CPPFLAGS) $(CXXFLAGS) $< -o $@ -O0 -L. -lcvd -MMD -MP -MF tests/$*.d
mkdir -p $(@D) && $(CXX) $(CPPFLAGS) $(CXXFLAGS) $< -o $@ -L. -lcvd -MMD -MP -MF tests/$*.d

.PRECIOUS:tests/%.out
tests/videoreader_test.out: tests/videoreader_test.test
Expand Down

0 comments on commit ab86fe7

Please sign in to comment.