We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734343b commit 613a047Copy full SHA for 613a047
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
cat /etc/yum.repos.d/C7.6.1810.repo &&
54
yum install -y gcc glibc-static make &&
55
cd /build &&
56
- make ARCH=${{ matrix.arch }} CC=gcc CFLAGS='-O2 -static -fPIC'
+ make ARCH=${{ matrix.arch }} CC=gcc CFLAGS='-Wall -Werror -g'
57
"
58
59
- name: Collect artifacts
0 commit comments