From ab86fe7a4cb628c9b68b64c60ee6b1b4651b4fd4 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 3 Aug 2024 18:17:31 +0300 Subject: [PATCH] Build tests without -O0 also in the autoconf build --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3fb1b6fb..34da2971 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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