Skip to content

Commit 91a05cd

Browse files
authored
feat: Example
1 parent 230e981 commit 91a05cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/terra/policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Note that `-c` also works as a fallback option to the target architecture set by
299299

300300
Also note that ReleaseFast and especially ReleaseSmall will strip some debug info from the binaries, some Zig projects have enabled build flags to override this and those **_should_** be used if available (this will usually be `-Dstrip=false`). If they are not, you may need to disable debug packages using the global variable `%global debug_package %{nil}` if not enough debug info is preserved to strip.
301301

302-
For projects where dynamic linking of all dependencies is simply not possible or that have no dependencies to link, you can pass the `-s` flag. You can (and should) still dynamically link compatible dependencies by using `-fsys=pkgname`.
302+
For projects where dynamic linking of all dependencies is simply not possible (such as the version in the Fedora repos being too new or too old) or that have no dependencies to link, you can pass the `-s` flag. You can (and should) still dynamically link compatible dependencies by using `-fsys=pkgname`.
303303

304304
### Shell completions
305305

0 commit comments

Comments
 (0)