File: meson_options.txt

package info (click to toggle)
debugcc 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: ansic: 6,693; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
option('dynamic-linking',
  type: 'boolean',
  value: false,
  description: 'Build debugcc as a dynamically linked binary instead of static',
)