Skip to content

Commit 8470667

Browse files
committed
Build debug RPM packages
1 parent aba8d6d commit 8470667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rpm/SPECS/pulsar-client.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static library.
5454

5555
%build
5656
git clone https://github.com/microsoft/vcpkg.git
57-
cmake -B build -DINTEGRATE_VCPKG=ON -DCMAKE_BUILD_TYPE=Release \
57+
cmake -B build -DINTEGRATE_VCPKG=ON -DCMAKE_BUILD_TYPE=Debug \
5858
-DBUILD_TESTS=OFF -DBUILD_DYNAMIC_LIB=ON -DBUILD_STATIC_LIB=ON
5959
cmake --build build -j8
6060
./build-support/merge_archives_vcpkg.sh $PWD/build

0 commit comments

Comments
 (0)