Skip to content

Commit 306a425

Browse files
jozsefdJakuje
authored andcommitted
Add Windows Build Option hint to disable asserts
1 parent 6727826 commit 306a425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/Make.rules.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ SM_DEF = /DENABLE_SM
3636

3737
#Build with debugging support
3838
#DEBUG_DEF = /DDEBUG
39+
#Release build, disable asserts
40+
#DEBUG_DEF = /DNDEBUG
3941

4042
!IF "$(BUILD_TYPE)" == ""
4143
!IF "$(DEBUG_DEF)" == "/DDEBUG"

0 commit comments

Comments
 (0)