Skip to content

Commit

Permalink
[Media Common] [VP] Refine bo wait for perf enable
Browse files Browse the repository at this point in the history
first step: enable c++14 feature to use shared time mutex
  • Loading branch information
LhGu authored and intel-mediadev committed Aug 29, 2023
1 parent 292b0fd commit f502af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media_driver/cmake/linux/media_compile_flags_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ set(MEDIA_COMPILER_FLAGS_COMMON
-ffunction-sections
-Wl,--gc-sections

# Enable c++14 features
-std=c++14
# -m32 or -m64
-m${ARCH}

Expand Down

0 comments on commit f502af4

Please sign in to comment.