Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f733b29

Browse filesBrowse files
committed
change compiler
1 parent 2fbd3cd commit f733b29
Copy full SHA for f733b29

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎travis/toolchain_macos.cmake

Copy file name to clipboardExpand all lines: travis/toolchain_macos.cmake
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET(CMAKE_SYSTEM_VERSION 16)
33
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
44
SET(ARCH x86_64)
55

6-
set(CMAKE_C_COMPILER clang)
6+
set(CMAKE_C_COMPILER gcc)
77
set(CMAKE_C_COMPILER_TARGET ${arch})
8-
set(CMAKE_CXX_COMPILER clang++)
8+
set(CMAKE_CXX_COMPILER g++)
99
set(CMAKE_CXX_COMPILER_TARGET ${arch})

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.