new implementation of FF Network
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user