|
|
il y a 5 ans | |
|---|---|---|
| .. | ||
| main | il y a 5 ans | |
| CMakeLists.txt | il y a 5 ans | |
| README.md | il y a 5 ans | |
| check_for_file_paths.py | il y a 5 ans | |
| sdkconfig.ci.noasserts | il y a 5 ans | |
| sdkconfig.ci.noasserts.nimble | il y a 5 ans | |
| sdkconfig.ci.replacepaths | il y a 5 ans | |
| sdkconfig.ci.silentasserts | il y a 5 ans | |
| sdkconfig.ci.silentasserts.nimble | il y a 5 ans | |
This test app exists to verify that paths (like FILE) are not compiled into any object files in configurations where this should be avoided.
Configurations where this is relevant include:
__FILE__Not embedding paths reduces the binary size, avoids leaking information about the compilation environment, and is a necessary step to support reproducible builds across projects built in different directories.