We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13c126 commit 2bb2c55Copy full SHA for 2bb2c55
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Compile tests
14
working-directory: build
15
env:
16
- CXXFLAGS: "--coverage -fno-inline"
+ CXXFLAGS: "--coverage -fno-elide-constructors -fno-inline -fno-default-inline"
17
CXX: g++
18
run: |
19
cmake -DENTT_BUILD_TESTING=ON -DENTT_BUILD_LIB=ON -DENTT_BUILD_EXAMPLE=ON ..
0 commit comments