Skip to content

Commit f5ea1cc

Browse files
committed
try a little build speed optimization
1 parent d2cd502 commit f5ea1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_dev_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fi
7777

7878
# build curl
7979
buildah run $bdr autoreconf -fi
80-
buildah run $bdr ./configure ${build_opts}
80+
buildah run $bdr ./configure --disable-dependency-tracking ${build_opts}
8181
buildah run $bdr make -j$(nproc)
8282

8383
# run tests

0 commit comments

Comments
 (0)