1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH PYTHRAN-CONFIG "1" "January 2024" "pythran-config 0.15.0+ds" "User Commands"
.SH NAME
pythran-config \- part of pythran: ahead of time compiler for Python
.SH DESCRIPTION
usage: pythran\-config [\-h] [\-\-compiler] [\-\-cflags] [\-\-libs] [\-\-no\-python]
.IP
[\-\-verbose]
.PP
output build options for pythran\-generated code
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-compiler\fR
print default compiler
.TP
\fB\-\-cflags\fR
print compilation flags
.TP
\fB\-\-libs\fR
print linker flags
.TP
\fB\-\-no\-python\fR
do not include Python\-related flags
.TP
\fB\-\-verbose\fR, \fB\-v\fR
verbose mode: [\-v] prints warnings if pythranrc has an
invalid configuration; use [\-vv] for more information
.PP
It's a megablast!
.SH AUTHORS
pythran was primarily written by Serge Guelton.
.SH "SEE ALSO"
This script is part of pythran. Full documentation for pythran can be
consulted at https://pythran.readthedocs.io .
|