Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scratchcat1 authored Sep 28, 2017
1 parent 389edfa commit ae59728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ Cython compiler settings:
```
gcc -shared -pthread -fPIC -fwrapv -O3 -Wall -fno-strict-aliasing -mcpu=cortex-a53 -mfpu=neon-vfpv4 -floop-interchange -floop-strip-mine -floop-block -floop-parallelize-all -ftree-parallelize-loops=2 -I/usr/include/python3.4 -o CAStar.so CAStar.c
```
```
g++ -shared -pthread -fPIC -fwrapv -O3 -Wall -L /usr/include/python3.4 -lstdc++ -fno-strict-aliasing -mcpu=cortex-a53 -mfpu=neon-vfpv4 -floop-interchange -floop-strip-mine -floop-block -floop-parallelize-all -ftree-parallelize-loops=2 -std=gnu++11 -I/usr/include/python3.4 -o CAStar2.so CAStar2.cpp
```
recvall credit belongs to: https://stackoverflow.com/questions/17667903/python-socket-receive-large-amount-of-data

0 comments on commit ae59728

Please sign in to comment.