File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ if(NOT CMAKE_BUILD_TYPE)
23
23
set (CMAKE_BUILD_TYPE "Release" CACHE STRING
24
24
"Choose the type of build, options are: Debug Release"
25
25
FORCE)
26
+ elseif (CMAKE_BUILD_TYPE STREQUAL "None" )
27
+ add_definitions (-DNDEBUG)
26
28
endif (NOT CMAKE_BUILD_TYPE )
27
29
if ("${CMAKE_BUILD_TYPE} _" STREQUAL "DEBUG_" )
28
30
set ( DATAFILE_PATH "${PROJECT_BINARY_DIR} /" )
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ <h3>Windows</h3>
73
73
74
74
< h2 > Autor</ h2 >
75
75
76
- < p > < strong > Potuz</ strong > < a href ="ma ;i ;l ;t ;o:p ;o ;tuz ;@po ;t uz.&# x6E;et ; "> p ;o ;tuz ;@po ;t uz.&# x6E;et ;</ a > </ p >
76
+ < p > < strong > Potuz</ strong > < a href ="m ;a ;i ;l ;t&# 111;:p ;o ;tu ;z&# 64;p ;ot uz.&# x6E;et ; "> p ;o ;tu ;z&# 64;p ;ot uz.&# x6E;et ;</ a > </ p >
77
77
78
78
< h2 > Contato</ h2 >
79
79
You can’t perform that action at this time.
0 commit comments