Skip to content

Commit

Permalink
refactor: remove unnecessary CXXFLAGS setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 27, 2023
1 parent 76ab824 commit e17289d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/numo/tiny_linalg/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
end

abort 'libstdc++ is not found.' unless have_library('stdc++')
$CXXFLAGS << ' -std=c++11'

build_openblas = false
unless find_library('openblas', 'LAPACKE_dsyevr')
Expand Down

0 comments on commit e17289d

Please sign in to comment.