Skip to content

Commit 757c395

Browse files
authored
Do not use -Oz on windows (#7960)
1 parent 46fe40a commit 757c395

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)