Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoMDomingues committed Jan 23, 2025
1 parent 49bb172 commit c5aaa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option(ENABLE_LIBATOMIC "ENABLE_LIBATOMIC" OFF)
option(ENABLE_ALLOCATOR_METRICS "Force enable the allocator metrics. It will be active by default in DEBUG" OFF)

set(ADDITIONAL_CXX_FLAGS,
"-Wno-vla-extension" # // disable variable-length arrays as they are not part of C++ standard
"-Wno-vla-cxx-extension" # // disable variable-length arrays as they are not part of C++ standard
)

if (ENABLE_LEGACY_API)
Expand Down

0 comments on commit c5aaa36

Please sign in to comment.