Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

debug issue fixed #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

set(CMAKE_BUILD_TYPE debug)
set(CMAKE_BUILD_TYPE Debug)
set(DCMAKE_BUILD_TYPE Debug)
option(USE_CLANG "build application with clang" OFF) # OFF is the default

if(USE_CLANG)
Expand Down Expand Up @@ -31,7 +32,8 @@ set(CMAKE_VERBOSE_MAKEFILE "verbose output from Makefile " OFF)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_BUILD_TYPE debug)
set(CMAKE_BUILD_TYPE Debug)
set(DCMAKE_BUILD_TYPE Debug)

if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
message("using Clang")
Expand Down
Binary file added src/arrays
Binary file not shown.