This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
ydb
mirror of
https://github.com/ydb-platform/ydb.git
Watch
1
Star
0
Fork
0
Files
Browse Source
fix strip ydb cli (
#9876
)
Олег
5 months ago
parent
29eaa4e43a
commit
855f39a9a5
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
ydb/apps/ydb/ya.make
+ 1
- 1
ydb/apps/ydb/ya.make
View File
@@ -1,6 +1,6 @@
PROGRAM(ydb)
-IF(RELEASE)
+IF(
BUILD_TYPE ==
RELEASE)
STRIP()
ENDIF()