xuxin930 commented on code in PR #16710: URL: https://github.com/apache/nuttx/pull/16710#discussion_r2203805054
########## CMakeLists.txt: ########## @@ -605,6 +605,11 @@ process_all_directory_romfs() # Link step ################################################################## +# Get linker option +if(NOT DEFINED LINK_OPTION) + set(LINK_OPTION "-T") Review Comment: The variable name `LINK_OPTION` is too generic. It is likely the same as a built-in variable or environment variable. Change it to `LINK_SCRIPT_FLAG` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org