Callbacks

This commit is contained in:
Florian Stecker
2016-11-19 11:16:45 +01:00
parent 882695c15e
commit 3bd8ff019d
5 changed files with 62 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
HEADERS=coxeter.h thickenings.h queue.h bitvec.h
OPTIONS=-O3 -m64 -march=native -flto -funroll-loops -std=gnu99 -Winline
OPTIONS=-O3 -m64 -march=native -flto -funroll-loops -std=gnu99 -D_GNU_SOURCE -Winline
#OPTIONS=-m64 -march=native -O0 -g -std=gnu99
#OPTIONS=-O3 -m64 -march=native -funroll-loops -fno-inline -std=gnu99 -pg