Files
ptprnt/meson_options.txt
Moritz Martinius d8467b8984
All checks were successful
Build ptprnt / build (push) Successful in 2m10s
remove-dependencies (#20)
Reviewed-on: #20
2025-10-19 11:35:00 +00:00

10 lines
310 B
Meson

option('usb_trace_only',
type: 'boolean',
value: false,
description: 'Enable USB trace mode: log USB data without sending to device (saves label tape during debugging)')
option('build_tests',
type: 'boolean',
value: false,
description: 'Build unit tests (automatically enabled for debug builds)')