We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c73fde commit c114d45Copy full SHA for c114d45
cmake/appleclang-toolchain.cmake
@@ -16,8 +16,8 @@
16
17
include_guard(GLOBAL)
18
19
-set(CMAKE_C_COMPILER gcc)
20
-set(CMAKE_CXX_COMPILER g++)
+set(CMAKE_C_COMPILER cc)
+set(CMAKE_CXX_COMPILER c++)
21
22
if(BEMAN_BUILDSYS_SANITIZER STREQUAL "MaxSan")
23
set(SANITIZER_FLAGS "-fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize=undefined")
0 commit comments