Skip to content

Commit

Permalink
fix: audio compiling issue when using cpu mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WildBeast114514 committed Jan 9, 2024
1 parent d5d789b commit a1009a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/audio/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ apollo_cc_library(
"inference/moving_detection.h",
"inference/siren_detection.h",
],
copts = ["-fopenmp"],
linkopts = ["-lgomp"],
deps = [
"//cyber",
"//modules/common/math",
Expand Down

0 comments on commit a1009a6

Please sign in to comment.