Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
a8b402a713
1 changed files with 4 additions and 0 deletions
  1. 4 0
      library/cpp/svnversion/test/ya.make

+ 4 - 0
library/cpp/svnversion/test/ya.make

@@ -1,4 +1,8 @@
 PROGRAM()
 PEERDIR(library/cpp/svnversion)
 SRCS(main.cpp)
+
+# Speed up building times - target is used in integration tests
+ALLOCATOR(B)
+
 END()