Skip to content

Commit

Permalink
meson: make static_zlib option false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
randy408 committed Oct 24, 2019
1 parent 5f54c08 commit 0a86148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
option('dev_build', type : 'boolean', value : false, description : 'Enable the testsuite, requires libpng')
option('enable_opt', type : 'boolean', value : true, description : 'Enable architecture-specific optimizations')
option('static_zlib', type : 'boolean', value : true, description : 'Link the static verison of zlib')
option('static_zlib', type : 'boolean', value : false, description : 'Link the static verison of zlib')
option('enable_mt', type : 'boolean', value : false, description : 'Enable experimental multithreading features')

0 comments on commit 0a86148

Please sign in to comment.