Skip to content

Commit 613a047

Browse files
authored
Update release.yml
1 parent 734343b commit 613a047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cat /etc/yum.repos.d/C7.6.1810.repo &&
5454
yum install -y gcc glibc-static make &&
5555
cd /build &&
56-
make ARCH=${{ matrix.arch }} CC=gcc CFLAGS='-O2 -static -fPIC'
56+
make ARCH=${{ matrix.arch }} CC=gcc CFLAGS='-Wall -Werror -g'
5757
"
5858
5959
- name: Collect artifacts

0 commit comments

Comments
 (0)