Skip to content

Commit 9783585

Browse files
committed
(DO NOT MERGE) meson.options: disable eclib by default for the CI
1 parent bf7788c commit 9783585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ option(
4444
option(
4545
'eclib',
4646
type: 'feature',
47-
value: 'auto',
47+
value: 'disabled',
4848
description: 'eclib interface to mwrank and elliptic curves over Q'
4949
)
5050

0 commit comments

Comments
 (0)