Skip to content

Commit

Permalink
ENH: building: set to public beta
Browse files Browse the repository at this point in the history
Change-Id: I6344dbdc54e30aae7de4aaddd7b929121aa5a678
  • Loading branch information
lanewei120 committed Apr 8, 2024
1 parent 2438059 commit 618bba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ then
then
BUILD_ARGS="${BUILD_ARGS} -DCMAKE_BUILD_TYPE=Debug -DBBL_INTERNAL_TESTING=1"
else
BUILD_ARGS="${BUILD_ARGS} -DBBL_RELEASE_TO_PUBLIC=1 -DBBL_INTERNAL_TESTING=0"
BUILD_ARGS="${BUILD_ARGS} -DBBL_RELEASE_TO_PUBLIC=1 -DBBL_INTERNAL_TESTING=2"
fi

# cmake
Expand Down

0 comments on commit 618bba4

Please sign in to comment.