cowsql / raft

Asynchronous C implementation of the Raft consensus protocol
https://raft.readthedocs.io
Other
53 stars 6 forks source link

build: Separate regular and desired gcc options from hardening ones #129

Closed freeekanayaka closed 10 months ago

freeekanayaka commented 10 months ago

Flags like -std and -pipe will be used unconditionally if available.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2c78d04) 73.60% compared to head (e14eacf) 73.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ========================================== - Coverage 73.60% 73.22% -0.38% ========================================== Files 52 52 Lines 9614 9614 Branches 2345 2345 ========================================== - Hits 7076 7040 -36 - Misses 1217 1260 +43 + Partials 1321 1314 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.