diff --git a/modules/audio/BUILD b/modules/audio/BUILD index 9eba06c032e..0509531c18a 100644 --- a/modules/audio/BUILD +++ b/modules/audio/BUILD @@ -22,6 +22,8 @@ apollo_cc_library( "inference/moving_detection.h", "inference/siren_detection.h", ], + copts = ["-fopenmp"], + linkopts = ["-lgomp"], deps = [ "//cyber", "//modules/common/math",