Skip to content

Commit

Permalink
static openmp?
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jul 3, 2024
1 parent 6a75938 commit e9d3fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ projectnamespace = 'themachinethatgoesping'
# endif


omp_dep = dependency('openmp')
omp_dep = dependency('openmp', static: true)

# extra compiler args when for the tools target
tools_compile_args = ['-D_USE_MATH_DEFINES', '-fPIC']
Expand Down

0 comments on commit e9d3fe6

Please sign in to comment.