Skip to content

Commit a7a8ac1

Browse files
committed
man: Update docs re: optimize set
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
1 parent 8d241b6 commit a7a8ac1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

man/package.yml.5.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,17 @@ additional functionality.
288288
automatically loaded on the Solus installation if the hardware support
289289
is present.
290290

291-
* `optimize` [string]
291+
* `optimize` [list]
292292

293293
Valid keys are restricted to:
294294

295295
* `speed`: Optimise this package for speed performance
296296
* `size`: Optimize the package build solely for size.
297297
* `no-bind-now`: Configure the package to disable certain flags, where RELRO is unsupported.
298+
* `no-symbolic`: Disable `-Wl,-Bsymbolic-functions` linker flag
299+
* `unroll-loops`: Enable `-funroll-loops`. Use this sparingly, only when it provides benefit.
300+
* `thin-lto`: Enable Thin Link Time Optimization
301+
* `lto`: Enable Link Time Optimization
298302

299303
* `networking` [boolean]
300304

0 commit comments

Comments
 (0)