Files
fadec/meson_options.txt
Alexis Engelke ca54ca7422 Add compile-time option for architecture mode
This allows to decode x86-32 machine code on a 64-bit platform (but
not vice versa). As a side-effect, we also get rid of pointer-size
detection for architecture selection.
2018-12-25 17:06:47 +01:00

2 lines
57 B
Meson

option('archmode', type: 'combo', choices: ['32', '64'])