From ab0b1f3cefedb35327a19ec1b6afd560bfdf802d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 14 Sep 2015 23:08:02 -0400 Subject: Import supplements and repo reorganization --- ic_experiments/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ic_experiments/Makefile (limited to 'ic_experiments/Makefile') diff --git a/ic_experiments/Makefile b/ic_experiments/Makefile new file mode 100644 index 0000000..0fd956a --- /dev/null +++ b/ic_experiments/Makefile @@ -0,0 +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 -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