Skip to content
Snippets Groups Projects
Commit 63b54f16 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.cython script

parent a4039742
No related branches found
No related tags found
No related merge requests found
__pycache__
apiserver
apiserver.c
set -x # verbose
set -e # exit on error
cython apiserver.py --embed
gcc apiserver.c -o apiserver $(pkg-config --cflags --libs python-3.11-embed)
# gcc apiserver.c -o apiserver $(pkg-config --cflags --libs --static python-3.11-embed) -L /usr/lib/python3.11/config-3.11-x86_64-linux-gnu/ -lm -static -static-libgcc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment