Revert "Revert "disable debug postfix on mac (#6827)" (#8974)" (#9000)

This reverts commit e81e60b233.
This commit is contained in:
Evgeny Talanin 2021-12-03 13:03:17 +03:00 committed by GitHub
parent e16e91e328
commit fb103e1dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ set(IE_DEBUG_POSTFIX_WIN "d")
set(IE_RELEASE_POSTFIX_WIN "")
set(IE_DEBUG_POSTFIX_LIN "")
set(IE_RELEASE_POSTFIX_LIN "")
set(IE_DEBUG_POSTFIX_MAC "d")
set(IE_DEBUG_POSTFIX_MAC "")
set(IE_RELEASE_POSTFIX_MAC "")
if(WIN32)