mirror of
https://github.com/linux-msm/debugcc.git
synced 2026-02-25 13:12:32 -08:00
6 lines
144 B
Meson
6 lines
144 B
Meson
|
|
option('dynamic-linking',
|
||
|
|
type: 'boolean',
|
||
|
|
value: false,
|
||
|
|
description: 'Build debugcc as a dynamically linked binary instead of static',
|
||
|
|
)
|