Skip to content

Commit

Permalink
github: Build raft without optimization
Browse files Browse the repository at this point in the history
Signed-off-by: Free Ekanayaka <[email protected]>
  • Loading branch information
freeekanayaka committed Jan 31, 2024
1 parent 58a9cb2 commit 2630053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
git log -n 1
autoreconf -i
./configure --enable-debug --enable-backtrace
make -j4
make -j4 CFLAGS=-O0
sudo make install
sudo ldconfig
Expand Down

0 comments on commit 2630053

Please sign in to comment.