Difference between COMPILE_FLAGS and COMPILE_OPTIONS

后端 未结 2 2033
我在风中等你
我在风中等你 2021-02-14 16:12

What is the difference between

COMPILE_FLAGS: Additional flags to use when compiling this target\'s sources.

and

2条回答
  •  渐次进展
    2021-02-14 16:39

    Can be used to the same end, but flags are associated with some target enviroment. So you could use different sets of flags for different enviroments.

提交回复
热议问题