~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/amd/compiler/meson.build

  • Committer: mmach
  • Date: 2021-03-12 20:48:59 UTC
  • Revision ID: netbit73@gmail.com-20210312204859-i194ujlcu82pq61p
21

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  'aco_validate.cpp',
87
87
)
88
88
 
89
 
cpp_args_aco = cpp.get_supported_arguments(['-fno-exceptions', '-fno-rtti'])
 
89
cpp_args_aco = cpp.get_supported_arguments(['-fno-exceptions', '-fno-rtti', '-Wimplicit-fallthrough', '-Wshadow', '-DNOMINMAX'])
90
90
 
91
91
_libaco = static_library(
92
92
  'aco',