File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments