diff options
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site.cfg.example b/site.cfg.example index da8fb379c..c3169f3be 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -64,14 +64,14 @@ # # extra_compile_args # Add additional arguments to the compilation of sources. -# Simple variable with no parsing done. +# Split into arguments in a platform-appropriate way. # Provide a single line with all complete flags. # extra_compile_args = -g -ftree-vectorize # # extra_link_args # Add additional arguments when libraries/executables # are linked. -# Simple variable with no parsing done. +# Split into arguments in a platform-appropriate way. # Provide a single line with all complete flags. # extra_link_args = -lgfortran # |