All checks were successful
Build ptprnt / build (push) Successful in 2m10s
Reviewed-on: #20
10 lines
310 B
Meson
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)')
|