"...tests/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "1090a93b39e16f49621aa6824cd09d4390c3678a"
Commit 8bf1297a authored by Laurae's avatar Laurae Committed by Guolin Ke
Browse files

Removing architecture optimizations (#440)

parent 60c77487
...@@ -47,7 +47,7 @@ if(USE_GPU) ...@@ -47,7 +47,7 @@ if(USE_GPU)
endif(USE_GPU) endif(USE_GPU)
if(UNIX OR MINGW OR CYGWIN) if(UNIX OR MINGW OR CYGWIN)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -O3 -Wall -std=c++11 -Wno-ignored-attributes -march=core2 -mtune=native") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -O3 -Wall -std=c++11 -Wno-ignored-attributes")
endif() endif()
if(MSVC) if(MSVC)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment