diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-13 12:12:29 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-13 12:12:29 +0200 |
commit | 1365efcaa32c7f4752e3caaa7e45c81b4ed7e3d8 (patch) | |
tree | 9ec5e0640fd3b17f4e7aeab05652644ec8c70774 /CC/RULES | |
parent | 81374a006d99c0a1276b9a46350a72ab48d2ded9 (diff) | |
parent | 07924d28e81fe36ddb8e020552a7392fcf1227a0 (diff) | |
download | rules-cc-1365efcaa32c7f4752e3caaa7e45c81b4ed7e3d8.tar.gz |
Merge commit '07924d28e81fe36ddb8e020552a7392fcf1227a0' into HEAD
Diffstat (limited to 'CC/RULES')
-rw-r--r-- | CC/RULES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -371,6 +371,7 @@ , "AR" , "ENV" , "BUILD_POSITION_INDEPENDENT" + , "DEBUG" ] , "implicit": {"defaults": ["defaults"]} , "field_doc": @@ -502,6 +503,7 @@ ] , "ENV": ["The environment for any action generated."] , "BUILD_POSITION_INDEPENDENT": ["Build with -fPIC."] + , "DEBUG": ["Compute the debug-stage, needed for local debugging."] } , "artifacts_doc": ["The actual library (libname.a) staged in the specified directory"] @@ -519,6 +521,7 @@ [ "List of strings that have to be added to the command line for linking actions" , "in targets depending on this library" ] + , "debug-srcs": ["Map of all dependencies' sources needed for debugging."] } , "anonymous": { "proto-deps": @@ -693,6 +696,7 @@ , "ADD_LDFLAGS" , "ENV" , "BUILD_POSITION_INDEPENDENT" + , "DEBUG" ] , "implicit": {"defaults": ["defaults"]} , "field_doc": @@ -759,9 +763,12 @@ ] , "ENV": ["The environment for any action generated."] , "BUILD_POSITION_INDEPENDENT": ["Build with -fPIC."] + , "DEBUG": ["Compute the debug-stage, needed for local debugging."] } , "artifacts_doc": ["The final binary, staged to the given directory"] , "runfiles_doc": ["None"] + , "provides_doc": + {"debug-srcs": ["Map of all dependencies' sources needed for debugging."]} , "anonymous": { "private-proto-deps": { "target": "private-proto" @@ -837,6 +844,8 @@ , "the target, artifacts and dependencies will be installed to" , "subdirectories \"bin\", \"include\", and \"lib\". For library targets," , "a pkg-config file is generated and provided in \"lib/pkgconfig\"." + , "In debug mode, sources needed for local debugging will be installed to" + , "subdirectory \"debug-src\"." ] , "config_vars": ["PREFIX"] , "target_fields": ["targets"] |