Skip to content

Commit

Permalink
Don't split dwarf for release-with-debug-info build (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbasic authored Jan 24, 2025
1 parent 4483d4d commit bef3232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/apps/server/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PEERDIR(
library/cpp/getopt
)

IF (BUILD_TYPE != "PROFILE" AND BUILD_TYPE != "DEBUG")
IF (BUILD_TYPE != "PROFILE" AND BUILD_TYPE != "DEBUG" AND BUILD_TYPE != "RELWITHDEBINFO")
SPLIT_DWARF()
ENDIF()

Expand Down

0 comments on commit bef3232

Please sign in to comment.