We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,请问下blade如何支持条件编译呢,源码中有两行代码,希望在ubuntu22.04下编译,在ubuntu20.04 下不编译,没找到blade通过定义宏来实现条件编译的方式。请问这种情况要如何解决呢。
//#ifdef MY_FEATURE_ENABLED options.response_cache_name_ = cache_config.name; options.response_cache_config_json_ = cache_config.json_config_str; //#endif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,请问下blade如何支持条件编译呢,源码中有两行代码,希望在ubuntu22.04下编译,在ubuntu20.04 下不编译,没找到blade通过定义宏来实现条件编译的方式。请问这种情况要如何解决呢。
//#ifdef MY_FEATURE_ENABLED
options.response_cache_name_ = cache_config.name;
options.response_cache_config_json_ = cache_config.json_config_str;
//#endif
The text was updated successfully, but these errors were encountered: