Skip to content

make default CMAKE_BUILD_TYPE == RELEASE #71

Description

@h-2

This behaviour was lost when giving up the "seqan build system".

Add:

if (NOTCMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release CACHESTRING"Choose the type of build, options are: Debug Release RelWithDebInfo ..."FORCE)
endif (NOTCMAKE_BUILD_TYPE)

see also #70

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions