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

u

parent f712af82
No related branches found
No related tags found
No related merge requests found
Pipeline #903 passed with stage
in 1 minute and 28 seconds
......@@ -2,12 +2,15 @@
CC ?= gcc -O3
CXX ?= g++ -O3
build_cxx:
$(CXX) changpu_v2.cc -o changpu_v2 -std=c++17 -static -static-libgcc
strip changpu_v2
build_cython:
cython --embed changpu_v2.py
$(CC) changpu_v2.c -o changpu_v2 $$(python3-config --cflags --ldflags --embed)
build_cxx:
$(CXX) changpu_v2.cc -o changpu_v2 -std=c++17
clean:
rm -f *.c changpu changpu_v2
......
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