Skip to content

Commit

Permalink
build system: USE_LIBCPP option is set to ON by default (see #478)
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Apr 30, 2020
1 parent 1a4de14 commit fe8f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -42,7 +42,7 @@ message(VERBOSE "* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})")
message(VERBOSE "* Copyright (c) 2017-2020 Michele Caini <michele.caini@gmail.com>")
message(VERBOSE "*")

option(USE_LIBCPP "Use libc++ by adding -stdlib=libc++ flag if availbale." OFF)
option(USE_LIBCPP "Use libc++ by adding -stdlib=libc++ flag if availbale." ON)
option(USE_ASAN "Use address sanitizer by adding -fsanitize=address -fno-omit-frame-pointer flags" OFF)

#
Expand Down

0 comments on commit fe8f671

Please sign in to comment.