You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
2 years ago
|
From b9d6410bec50c3dfb9433fa5dc51efda1652299b Mon Sep 17 00:00:00 2001
|
||
|
From: Maxwell G <maxwell@gtmx.me>
|
||
|
Date: Mar 09 2023 21:02:01 +0000
|
||
|
Subject: Correct macro docstring typos
|
||
|
|
||
|
|
||
|
---
|
||
|
|
||
|
diff --git a/macros.d/macros.rust b/macros.d/macros.rust
|
||
|
index 095cebc..9967804 100644
|
||
|
--- a/macros.d/macros.rust
|
||
|
+++ b/macros.d/macros.rust
|
||
|
@@ -29,10 +29,10 @@
|
||
|
# -Copt-level: set optimization level (default: highest optimization level)
|
||
|
# -Cdebuginfo: set debuginfo verbosity (default: full debug information)
|
||
|
# -Ccodegen-units: set number of parallel code generation units (default: 1)
|
||
|
-# Cforce-frame-pointers: force inclusion of frame pointers (default: enabled
|
||
|
+# -Cforce-frame-pointers: force inclusion of frame pointers (default: enabled
|
||
|
# on x86_64 and aarch64 on Fedora 37+)
|
||
|
#
|
||
|
-# Additionally, sime linker flags are set which correspond to the default
|
||
|
+# Additionally, some linker flags are set which correspond to the default
|
||
|
# Fedora compiler flags for hardening and for embedding package versions into
|
||
|
# compiled binaries.
|
||
|
#
|
||
|
|