We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fae549 commit c542c5eCopy full SHA for c542c5e
program/c/makefile
@@ -7,6 +7,6 @@ cpyth-bpf:
7
bash -c "ar rcs target/libcpyth-bpf.a target/**/*.o"
8
cpyth-native:
9
# Compile C code to system architecture for use by rust's cargo test
10
- gcc -c ./src/oracle/native/upd_aggregate.c -o ./target/cpyth-native.o
+ gcc -c ./src/oracle/native/upd_aggregate.c -o ./target/cpyth-native.o -fPIC
11
# Bundle C code compiled to system architecture for use by rust's cargo test
12
ar rcs target/libcpyth-native.a ./target/cpyth-native.o
0 commit comments