Skip to content

Commit 855f39a

Browse files
authored
fix strip ydb cli (#9876)
1 parent 29eaa4e commit 855f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/apps/ydb/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROGRAM(ydb)
22

3-
IF(RELEASE)
3+
IF(BUILD_TYPE == RELEASE)
44
STRIP()
55
ENDIF()
66

0 commit comments

Comments
 (0)