Skip to content

Commit 4ed40ff

Browse files
authored
Fix brain damaged build flags
1 parent b568769 commit 4ed40ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set (fasttext_VERSION_MINOR 1)
1515

1616
include_directories(fasttext)
1717

18-
set(CMAKE_CXX_FLAGS " -pthread -std=c++11 -funroll-loops -O3 -march=native")
18+
set(CMAKE_CXX_FLAGS " -pthread -std=c++11 -O2")
1919

2020
set(HEADER_FILES
2121
src/args.h

0 commit comments

Comments
 (0)