Skip to content

Commit

Permalink
cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mklarqvist committed Aug 16, 2019
1 parent 5cead0f commit 533f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(libalgebra C CXX)
set (CMAKE_BUILD_TYPE Release)
set (CMAKE_CXX_FLAGS "-std=c++11 -O3")
set (CMAKE_CXX_FLAGS "-std=c++11")

include_directories(.)

Expand Down

0 comments on commit 533f81e

Please sign in to comment.