Skip to content

Commit 799643e

Browse files
committed
debian removes ndebug
1 parent 995be25 commit 799643e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if(NOT CMAKE_BUILD_TYPE)
2323
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
2424
"Choose the type of build, options are: Debug Release"
2525
FORCE)
26+
elseif (CMAKE_BUILD_TYPE STREQUAL "None")
27+
add_definitions(-DNDEBUG)
2628
endif(NOT CMAKE_BUILD_TYPE)
2729
if("${CMAKE_BUILD_TYPE}_" STREQUAL "DEBUG_")
2830
set ( DATAFILE_PATH "${PROJECT_BINARY_DIR}/" )

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3>Windows</h3>
7373

7474
<h2>Autor</h2>
7575

76-
<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>
76+
<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>
7777

7878
<h2>Contato</h2>
7979

0 commit comments

Comments
 (0)