aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/yaml/functions/project.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml
index c4ac0be..a18e878 100644
--- a/docs/yaml/functions/project.yaml
+++ b/docs/yaml/functions/project.yaml
@@ -49,6 +49,11 @@ kwargs:
the master project, settings in subprojects are ignored. Project
specific options are used normally even in subprojects.
+ Note that some options can override the default behavior;
+ for example, using `c_args` here means that the `CFLAGS`
+ environment variable is not used. Consider using
+ [[add_project_arguments()]] instead.
+
version:
type: str | file
description: |