Skip to content

Commit 335581a

Browse files
committed
XXXYYYZZZ --enable-option-checking=fatal
1 parent 0b92721 commit 335581a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
mkdir _ambuild && cd _ambuild
6464
6565
../src/configure
66+
--enable-option-checking=fatal
6667
--enable-doc
6768
--enable-parport
6869
--enable-linuxgpio
@@ -293,7 +294,7 @@ jobs:
293294
294295
mkdir _ambuild && cd _ambuild
295296
296-
CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" ../src/configure
297+
CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" ../src/configure --enable-option-checking=fatal
297298
298299
- name: Build
299300
run: make -C _ambuild -j$(nproc)

0 commit comments

Comments
 (0)