remove leading space on frame-pointers

Leading spaces in config options cause `configure` script to fail.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-07-04 17:09:36 +03:00
parent f6fa358a18
commit 937b5c4594

View File

@ -609,7 +609,7 @@
# Forces frame pointers to be used with `-Cforce-frame-pointers`.
# This can be helpful for profiling at a small performance cost.
# frame-pointers = false
#frame-pointers = false
# Indicates whether stack protectors should be used
# via the unstable option `-Zstack-protector`.