Skip to content

Commit

Permalink
Update test reference data.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jun 30, 2015
1 parent 0d99026 commit c93b3cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(spica)
if (NOT WIN32)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage")
find_package(OpenMP)
if (OPENMP_FOUND)
Expand Down
Binary file modified data/reference.bmp
Binary file not shown.

0 comments on commit c93b3cf

Please sign in to comment.