enh:modify release mode in building tdengine

This commit is contained in:
haoranchen 2025-03-17 16:27:59 +08:00 committed by GitHub
parent 45d5afbd72
commit f38f550dca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
-DBUILD_HTTP=false \ -DBUILD_HTTP=false \
-DBUILD_TEST=true \ -DBUILD_TEST=true \
-DWEBSOCKET=true \ -DWEBSOCKET=true \
-DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_BUILD_TYPE=Release \
-DBUILD_DEPENDENCY_TESTS=false -DBUILD_DEPENDENCY_TESTS=false
make -j 4 make -j 4
sudo make install sudo make install