From e5dada202c34521618bf82a086093c342841e5e8 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 7 Jun 2015 22:23:39 -0700 Subject: Project cleanup before handing it to Ben --- experiments/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experiments/Makefile') diff --git a/experiments/Makefile b/experiments/Makefile index 991c178..0fd956a 100644 --- a/experiments/Makefile +++ b/experiments/Makefile @@ -1,6 +1,6 @@ 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 -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 -- cgit v1.2.3-70-g09d2