Skip to content

Commit

Permalink
Add disable-output-buffering option to meson_options.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
malwarectigouvfr committed Nov 21, 2024
1 parent 4b2338a commit e51bbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ option('xtf', type : 'boolean', value : 'false')
option('repl', type : 'boolean', value : 'false')
option('threadsafety', type : 'boolean', value : 'false')
option('coverage', type : 'boolean', value : 'false')
option('disable-output-buffering', type : 'boolean', value : 'false')

option('plugin-syscalls', type : 'boolean', value : true)
option('plugin-poolmon', type : 'boolean', value : true)
Expand Down

0 comments on commit e51bbd9

Please sign in to comment.