diff options
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 975fcd71fc9..cef33a7905a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -612,6 +612,10 @@ # Indicates whether symbols should be stripped using `-Cstrip=symbols`. #strip = false +# Forces frame pointers to be used with `-Cforce-frame-pointers`. +# This can be helpful for profiling at a small performance cost. +# frame-pointers = false + # Indicates whether stack protectors should be used # via the unstable option `-Zstack-protector`. # |
