anchao commented on PR #11579:
URL: https://github.com/apache/nuttx/pull/11579#issuecomment-1905202146
@yf13 add LLVM_CPUTYPE to the compile option is unnecessary, please revert
the following changes and keep LLVM_CPUTYPE usage with makefile base.
```
- list(APPEND PLATFORM_FLAGS ${ARCHCPUFLAGS})
+ list(APPEND LLVM_CPUFLAGS ${ARCHCPUFLAGS})
- add_compile_options(${PLATFORM_FLAGS})
+ add_compile_options(${LLVM_CPUFLAGS})
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]