mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
4b29c8af7f
commit
55623ba686
1 changed files with 4 additions and 0 deletions
|
@ -60,3 +60,7 @@ test:
|
||||||
mv $FIXTURE test.c
|
mv $FIXTURE test.c
|
||||||
cc test.c -lopenblas -pthread $CFLAGS $LDFLAGS
|
cc test.c -lopenblas -pthread $CFLAGS $LDFLAGS
|
||||||
./a.out
|
./a.out
|
||||||
|
env:
|
||||||
|
linux:
|
||||||
|
CFLAGS: -fPIC
|
||||||
|
LDFLAGS: -pie
|
||||||
|
|
Loading…
Reference in a new issue