Skip to content

Commit

Permalink
Experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed Nov 8, 2023
1 parent 1d95c98 commit 000c234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ popd
case "$(uname)" in
"Linux")
# On Linux, run a few extra analyzes using the compile_commands.json file.
check_compile_commands.sh build/compile_commands.json
#check_compile_commands.sh build/compile_commands.json
# TODO are tests being run on Linux?
;;

"Darwin"*)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(DREDD_PROJECT_IS_ROOT)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 000c234

Please sign in to comment.