Skip to content
Snippets Groups Projects
Commit 5534bf19 authored by offa's avatar offa
Browse files

Removed forced usage of clang since it prevents compilation with gcc.

parent 1af44c78
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@ project(mhwd)
set(EXECUTABLE_OUTPUT_PATH ${mhwd_SOURCE_DIR}/bin)
set(CMAKE_INSTALL_PREFIX "/usr/")
set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O2 -Wall -Wextra -Wunreachable-code -Werror")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment