new implementation of FF Network

This commit is contained in:
2014-11-04 22:25:11 +01:00
parent 0238312a5b
commit 75ca9bc21f
23 changed files with 370 additions and 104 deletions

View File

@@ -1,7 +1,9 @@
CXX=g++ -m64
CXXFLAGS+= -Wall -std=c++14
CXXFLAGS+= -Wall -Wextra -pedantic -Weffc++ -Wshadow -Wstrict-aliasing -ansi
#CXXFLAGS+=-Werror
CXXFLAGS+= -g
CXXFLAGS+= -O2
CXXFLAGS+= -O3
CXXFLAGS+= -std=c++14
#CXXFLAGS+= -pg -fPIC
CXXFLAGS+= -fPIC -pthread