diff options
author | merakor <cem@ckyln.com> | 2022-11-14 18:49:45 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2022-11-14 18:49:45 +0000 |
commit | 952e7fc3aa7904c3a9aafc5346fb73b21b0f3ed0 (patch) | |
tree | f89ce5eb6cd6f1648355ade7dd34222b0163e50d /man | |
parent | 5b82fd0d1f92d34628ec10121cc33dd488bb2d89 (diff) | |
download | cpt-952e7fc3aa7904c3a9aafc5346fb73b21b0f3ed0.tar.gz |
docs: update
FossilOrigin-Name: 1aae0be7744565ca8a8447f2a983da9f867676673127d4d6a1e8b8be1a1039fe
Diffstat (limited to 'man')
-rw-r--r-- | man/cpt-build.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/cpt-build.1 b/man/cpt-build.1 index a897bbe..ec65eeb 100644 --- a/man/cpt-build.1 +++ b/man/cpt-build.1 @@ -5,7 +5,7 @@ .Nd build given packages .Sh SYNOPSIS .Nm cpt-build -.Op Fl tfy +.Op Fl dfSty .Op Fl -root Ar ROOT .Op Fl hv .Op Ar package... @@ -21,8 +21,18 @@ package. .Pp The options are as follows: .Bl -tag -width 13n +.It Fl d , -debug +Keep the build directories after operation .It Fl t , -test Run tests (if they exist) +.It Fl S , -nostrip +Don't strip debug information from the binaries +.Po +might want to add +.Fl g +to your +.Ev $CFLAGS +.Pc .It Fl f , -force Force operation .It Fl y , -no-prompt |