Skip to content

Commit

Permalink
build: Disable compilers' extensions
Browse files Browse the repository at this point in the history
Co-authored-by: Klaim <Klaim@users.noreply.github.com>

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Feb 16, 2024
1 parent 74b8192 commit 9ff0674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ enable_testing()

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# We do not need any compilers' extensions, so we disable them.
set(CMAKE_CXX_EXTENSIONS OFF)

option(
ARCTICDB_USING_CONDA
"Whether ArcticDB's build system relies on conda for resolving its dependencies."
Expand Down

0 comments on commit 9ff0674

Please sign in to comment.