如何在cmake`-DCMAKE_CXX_FLAGS_DEBUG = xxx`中添加编译器标志

In meson.build we can add something like add_global_arguments(...) or -Dcpp_args, but how can I make this specify to certain buildtype? I cannot find anything in the reference table.