From 819e358ca025d76ea68fcb2c4691b2cf224606e1 Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Thu, 22 Feb 2024 12:59:27 -0500 Subject: [PATCH] Remove debug from builds and tests The info and above errors should be more than enough for debugging failures in GitHuB Actions CI. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ca78969..8599b34c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,8 +136,7 @@ jobs: --openssl \ --njs \ --cc-opt="-I njs/src/ -I njs/build" \ - --ld-opt="-L njs/build" \ - --debug + --ld-opt="-L njs/build" - name: Make unit run: |