Skip to content

Commit

Permalink
-march=native, -mtune=generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 3, 2018
1 parent d250879 commit e4c4c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nbproject/Makefile-Debug.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ OBJECTFILES= \
CFLAGS=

# CC Compiler Flags
CCFLAGS=-pipe -Wall -pthread -O2 -fPIC -march=native -mtune=native -fstack-check -fstack-protector-strong -mfpmath=sse -ftree-vectorize -funroll-loops
CXXFLAGS=-pipe -Wall -pthread -O2 -fPIC -march=native -mtune=native -fstack-check -fstack-protector-strong -mfpmath=sse -ftree-vectorize -funroll-loops
CCFLAGS=-pipe -Wall -pthread -O2 -fPIC -march=native -mtune=generic -fstack-check -fstack-protector-strong -mfpmath=sse -ftree-vectorize -funroll-loops
CXXFLAGS=-pipe -Wall -pthread -O2 -fPIC -march=native -mtune=generic -fstack-check -fstack-protector-strong -mfpmath=sse -ftree-vectorize -funroll-loops

# Fortran Compiler Flags
FFLAGS=
Expand Down
2 changes: 1 addition & 1 deletion nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<pElem>/usr/local/include</pElem>
<pElem>/usr/local/include/luajit-2.0</pElem>
</incDir>
<commandLine>-pipe -Wall -pthread -O2 -fPIC -march=native -mtune=native -fstack-check -fstack-protector-strong -mfpmath=sse -ftree-vectorize -funroll-loops</commandLine>
<commandLine>-pipe -Wall -pthread -O2 -fPIC -march=native -mtune=generic -fstack-check -fstack-protector-strong -mfpmath=sse -ftree-vectorize -funroll-loops</commandLine>
<preprocessorList>
<Elem>APP_NAME="LAppS"</Elem>
<Elem>LAPPS_TLS_ENABLE</Elem>
Expand Down

0 comments on commit e4c4c01

Please # to comment.