Skip to content

Commit

Permalink
Merge pull request #30 from mseri/linking
Browse files Browse the repository at this point in the history
move -lstdc++
  • Loading branch information
mseri authored Nov 16, 2020
2 parents 6f7963e + d214772 commit a80f9a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion eigen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
(include_dirs ../eigen_cpp/lib)
(flags :standard %s)
)
(c_library_flags :standard -lstdc++)
)
|} eigen_flags
1 change: 1 addition & 0 deletions eigen_cpp/dune
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
-pedantic
-O3
-std=c++11
-lstdc++
%s
%s
)
Expand Down

0 comments on commit a80f9a0

Please sign in to comment.