Skip to content

Commit 6d0edfb

Browse files
committed
x
1 parent 9ed6a4f commit 6d0edfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
sudo pkg_add gmake libidn2 libmagic
150150
cd gplaces
151-
CFLAGS="-O3 -Wall -Wextra -pedantic -Wno-unused-result -Werror" gmake
151+
CFLAGS="-O3 -Wall -Wextra -pedantic -Wno-unused-result -Wframe-larger-than=1024 -Werror" gmake
152152
gmake clean
153153
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" gmake WITH_LIBIDN2=0
154154
gmake clean

0 commit comments

Comments
 (0)