Skip to content

Change default linux compiler to gcc. not clang #70

@arthursoprana

Description

@arthursoprana

Description

The current cmake configuration uses

if(NOT WIN32)
  set(CMAKE_C_COMPILER    clang)
  set(CMAKE_CXX_COMPILER  clang++)
  set(CMAKE_C_FLAGS       "-Wall -std=c99")
  set(CMAKE_C_FLAGS_DEBUG "-g")
endif(NOT WIN32)

I think it should be gcc instead of clang, if possible.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions