We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a1136 commit b74d875Copy full SHA for b74d875
1 file changed
.github/actions/solaris/action.yml
@@ -22,11 +22,13 @@ runs:
22
23
./buildconf -f
24
CC=gcc CXX=g++ \
25
+ CFLAGS="-Wno-char-subscripts" \
26
PATH=/usr/gnu/bin:/usr/bin \
27
PKG_CONFIG_PATH=/usr/lib/amd64/pkgconfig \
28
./configure \
29
--prefix=/usr/local \
30
--enable-debug \
31
+ --enable-werror \
32
--enable-option-checking=fatal \
33
--enable-fpm \
34
--without-pear \
0 commit comments