Skip to content

Commit

Permalink
806 Add PL flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Feb 24, 2025
1 parent b7d0a03 commit 40a3440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ def main():
if buildPL:
command += " -DPL=1"

run("cmake .. -DCMAKE_BUILD_TYPE=" + buildType +
" -DCOVERAGE=ON -DMICROPROFILE_ENABLED=0")
run(command)
run("make -j$(nproc)")
os.chdir("..")
assert os.path.isfile("build/consensust")
Expand Down

0 comments on commit 40a3440

Please sign in to comment.