This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/civetweb_integration 
by this push:
     new a3e4258e Try to reproduce #471.
a3e4258e is described below

commit a3e4258e72738a5ba4a2cafc7ee8d9e5e4836553
Author: PengZheng <[email protected]>
AuthorDate: Sat Feb 4 22:20:59 2023 +0800

    Try to reproduce #471.
---
 .github/workflows/macos.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e494d7ad..a8a3e7d4 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -65,13 +65,12 @@ jobs:
           brew install lcov zeromq czmq cpputest jansson rapidjson libzip
       - name: Build
         env:
-          # Release not use because of #471
           BUILD_OPTIONS: |
             -DENABLE_TESTING=ON
             -DENABLE_TESTING_DEPENDENCY_MANAGER_FOR_CXX11=ON
             -DENABLE_TESTING_FOR_CXX14=ON
             -DENABLE_ADDRESS_SANITIZER=ON
-            -DCMAKE_BUILD_TYPE=Debug
+            -DCMAKE_BUILD_TYPE=Release
         run: |
           mkdir build install
           cd build

Reply via email to