Skip to content

Commit 1eb3ade

Browse files
committed
Merge branch 'master' of https://github.com/pirDOL/fio
* 'master' of https://github.com/pirDOL/fio: configure: support --extra-ldflags
2 parents 967de14 + 6fbe328 commit 1eb3ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ for opt do
215215
;;
216216
--extra-cflags=*) CFLAGS="$CFLAGS $optarg"
217217
;;
218+
--extra-ldflags=*) LDFLAGS="$LDFLAGS $optarg"
219+
;;
218220
--build-32bit-win) build_32bit_win="yes"
219221
;;
220222
--target-win-ver=*) target_win_ver="$optarg"

0 commit comments

Comments
 (0)