Browse Source

fix strip ydb cli (#9876)

Олег 5 months ago
parent
commit
855f39a9a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/apps/ydb/ya.make

+ 1 - 1
ydb/apps/ydb/ya.make

@@ -1,6 +1,6 @@
 PROGRAM(ydb)
 
-IF(RELEASE)
+IF(BUILD_TYPE == RELEASE)
     STRIP()
 ENDIF()