Skip to content

Commit 937b5c4

Browse files
committed
remove leading space on frame-pointers
Leading spaces in config options cause `configure` script to fail. Signed-off-by: onur-ozkan <[email protected]>
1 parent f6fa358 commit 937b5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609

610610
# Forces frame pointers to be used with `-Cforce-frame-pointers`.
611611
# This can be helpful for profiling at a small performance cost.
612-
# frame-pointers = false
612+
#frame-pointers = false
613613

614614
# Indicates whether stack protectors should be used
615615
# via the unstable option `-Zstack-protector`.

0 commit comments

Comments
 (0)