paleolimbot commented on code in PR #574:
URL: https://github.com/apache/arrow-nanoarrow/pull/574#discussion_r1704457654


##########
meson.options:
##########
@@ -25,6 +25,7 @@ option('integration_tests', type: 'boolean',
 option('namespace', type: 'string',
        description: 'A prefix for exported symbols')
 option('device', type: 'boolean', description: 'Build device libraries', 
value: false)
+option('testing', type: 'boolean', description: 'Build testing libraries', 
value: false)

Review Comment:
   I think so...one could use the testing library from another project, too (in 
which case you probably wouldn't want to build nanoarrow's tests too).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to