summaryrefslogtreecommitdiff
path: root/src/options/idl_options.toml
blob: d3bee7018b7d134dba6157fef54e13147f488089 (plain)
1
2
3
4
5
6
7
8
9
10
11
id     = "IDL"
name   = "Idl"
header = "options/idl_options.h"

[[option]]
  name       = "idlRewriteEq"
  category   = "regular"
  long       = "idl-rewrite-equalities"
  type       = "bool"
  default    = "false"
  help       = "enable rewriting equalities into two inequalities in IDL solver (default is disabled)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback