KaKiLa

Joined 16 November 2011
82 bytes added ,  30 November 2016
no edit summary
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]


= Useful make options=
= 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 =
== 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>.  
657

edits