@@ -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()