no1wudi commented on PR #13245: URL: https://github.com/apache/nuttx/pull/13245#issuecomment-2323107827
> @no1wudi @lupyuen maybe we should have an option to let the user test it even when we don't have the guarantees of Struct Sizes case he/she enables EXPERIMENTAL, what to you think? > > Something like: > > ``` > depends on (SYSTEM_TIME64 && FS_LARGEFILE && !SMALL_MEMORY) || EXPERIMENTAL > ``` @acassis Do the test for more case is good idea but if the essential kconfig is missing, the test will fail and affects normal usage with `EXPERIMENTAL` enabled. Or we use a python script to do the check with elf file after build. -- 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]
