Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Disable Visual Studio Debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 21, 2018
1 parent 86558a2 commit 979d8ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased
### Removed
- Disabled Debug configuration for Visual Studio [https://github.com/ethereum-mining/ethminer/issues/69][https://github.com/ethereum-mining/ethminer/pull/1131]
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HunterGate(
project(ethminer)
set(PROJECT_VERSION 0.15.0.dev10)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)

# link_directories interprets relative paths with respect to CMAKE_CURRENT_SOURCE_DIR
cmake_policy(SET CMP0015 NEW)
Expand Down

0 comments on commit 979d8ca

Please sign in to comment.