cleaned
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
CXX=g++ -m64
|
||||
CXXFLAGS+= -Wall -Wextra -pedantic -Weffc++ -Wshadow -Wstrict-aliasing -ansi -Woverloaded-virtual -Wdelete-non-virtual-dtor
|
||||
#CXXFLAGS+=-Werror
|
||||
CXXFLAGS+= -g
|
||||
CXXFLAGS+= -msse4.2 -mmmx
|
||||
CXXFLAGS+= -std=c++14
|
||||
#-fprefetch-loop-arrays
|
||||
CXXFLAGS+= -std=c++14
|
||||
#CXXFLAGS+= -pg -fPIC
|
||||
CXXFLAGS+= -pg -fPIC
|
||||
CXXFLAGS+= -g
|
||||
CXXFLAGS+= -fPIC -pthread
|
||||
|
||||
OPTIMALIZATION = -O3 -march=native -mtune=native
|
||||
|
||||
Reference in New Issue
Block a user