summaryrefslogtreecommitdiffstats
path: root/test cases/failing build/3 pch disabled/meson.build
blob: 0a8fa679313a9ca1c67bec04531b09f444295c60 (plain)
1
2
3
4
5
# Disable PCH usage to make sure backends respect this setting.
# Since the .c file requires PCH usage (it does not include necessary
# headers itself), the build should fail.
project('pch test', 'c', default_options: ['b_pch=false'])
subdir('c')