Skip to content

Commit

Permalink
debian removes ndebug
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Nov 30, 2016
1 parent 995be25 commit 799643e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -23,6 +23,8 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: Debug Release"
FORCE)
elseif (CMAKE_BUILD_TYPE STREQUAL "None")
add_definitions(-DNDEBUG)
endif(NOT CMAKE_BUILD_TYPE)
if("${CMAKE_BUILD_TYPE}_" STREQUAL "DEBUG_")
set ( DATAFILE_PATH "${PROJECT_BINARY_DIR}/" )
Expand Down
2 changes: 1 addition & 1 deletion README.html
Expand Up @@ -73,7 +73,7 @@ <h3>Windows</h3>

<h2>Autor</h2>

<p><strong>Potuz</strong> <a href="m&#x61;&#105;&#x6C;&#x74;&#111;:&#112;&#x6F;&#x74;u&#122;&#64;p&#x6F;&#x74;&#x75;&#x7A;.&#x6E;&#x65;&#x74;">&#112;&#x6F;&#x74;u&#122;&#64;p&#x6F;&#x74;&#x75;&#x7A;.&#x6E;&#x65;&#x74;</a></p>
<p><strong>Potuz</strong> <a href="&#x6D;&#97;&#x69;&#108;&#116;&#111;:&#x70;&#111;&#x74;&#117;&#x7A;&#64;&#x70;&#111;t&#x75;&#122;&#46;&#x6E;&#x65;&#116;">&#x70;&#111;&#x74;&#117;&#x7A;&#64;&#x70;&#111;t&#x75;&#122;&#46;&#x6E;&#x65;&#116;</a></p>

<h2>Contato</h2>

Expand Down

0 comments on commit 799643e

Please sign in to comment.