657
edits
No edit summary |
|||
Line 2: | Line 2: | ||
[https://sites.google.com/site/juanpicarbajal/ Juan Pablo Carbajal] | [https://sites.google.com/site/juanpicarbajal/ Juan Pablo Carbajal] | ||
= | = Tips and Tricks= | ||
== Make options == | |||
Some options to pass to make when compiling from source | |||
# <pre> DOC_TARGETS= </pre> avoids building the PDF but still builds function helps. | # <pre> DOC_TARGETS= </pre> avoids building the PDF but still builds function helps. | ||
# <pre> --disable-atomic-refcount</pre> improves performance when building CLI only. | # <pre> --disable-atomic-refcount</pre> improves performance when building CLI only. | ||
= | == Getting help from CLI== | ||
# know the function --> <code>help function_name</code> or <code>help function_name</code>. | # know the function --> <code>help function_name</code> or <code>help function_name</code>. | ||
# Know what to do but not the function name --> <code>lookfor what_to_do</code>. | # Know what to do but not the function name --> <code>lookfor what_to_do</code>. |
edits