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
为什么要针对不同平台进行屏蔽?比如 MacOS 下:
ifeq (Darwin,$(shell uname)) CFLAGS := $(filter-out -DOTA_ENABLED,$(CFLAGS)) CFLAGS := $(filter-out -DWIFI_PROVISION_ENABLED,$(CFLAGS)) endif
这样导致不同操作系统下编译出的结果不一致,在上层应用相同的情况下导致链接不过。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
为什么要针对不同平台进行屏蔽?比如 MacOS 下:
这样导致不同操作系统下编译出的结果不一致,在上层应用相同的情况下导致链接不过。
The text was updated successfully, but these errors were encountered: