blob: 37c428a45b31bc193567c6fb572fe29ebb69e624 [file] [log] [blame]
William A. Kennington III5a528022021-04-28 12:52:43 -07001option('dl', type: 'feature', description: 'libdl wrapper support')
William A. Kennington IIIeac9d472020-08-03 13:57:14 -07002option('fd', type: 'feature', description: 'Managed file descriptor support')
William A. Kennington III5c20da22021-06-18 16:44:55 -07003option('io_uring', type: 'feature', description: 'io_uring wrapper support')
William A. Kennington III15982f62019-01-31 14:43:41 -08004option('tests', type: 'feature', description: 'Build tests')
5option('examples', type: 'boolean', value: true, description: 'Build examples')