diff options
Diffstat (limited to 'experiments/Makefile')
| -rw-r--r-- | experiments/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/experiments/Makefile b/experiments/Makefile deleted file mode 100644 index 0fd956a..0000000 --- a/experiments/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -all: - cython -a ml.pyx - gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c ml.c -o ml.o - gcc -pthread -shared -Wl,-O3,--sort-common,--as-needed,-z,relro ml.o -L/usr/lib -lpython2.7 -o ml.so - - |
