Skip to content

Commit 3659034

Browse files
nepaladameat
authored andcommitted
Do not use -Oz on windows (ydb-platform#7960)
1 parent bdd2686 commit 3659034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/viewer/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ RECURSE_FOR_TESTS(
44

55
LIBRARY()
66

7+
IF(NOT OS_WINDOWS)
78
IF(BUILD_TYPE == RELEASE OR BUILD_TYPE == RELWITHDEBINFO)
89
CXXFLAGS(-Oz)
910
ENDIF()
11+
ENDIF()
1012

1113
SRCS(
1214
browse_db.h

0 commit comments

Comments
 (0)