Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Eosio build with options#2711

Merged
heifner merged 12 commits intoEOSIO:masterfrom
pacificcode:eosio_build_option
May 2, 2018
Merged

Eosio build with options#2711
heifner merged 12 commits intoEOSIO:masterfrom
pacificcode:eosio_build_option

Conversation

@pacificcode
Copy link
Contributor

Added validating build script is run from the EOS root directory only.
Removed a number of unused variables.
BUILD OPTIONS:
Usage: [Build Option -o <Debug|Release|RelWithDebInfo|MinSizeRel>] [CodeCoverage -c ] [Doxygen -d]
Default Values:
Build Option=Release
CodeCoverage=false
Doxygen=false

Example:

Build with default values.

./eosio_build_sh

Build with Debug option.

./eosio_build.sh -o Debug

Build with RelWithDebInfo option & code coverage.

./eosio_build.sh -o RelWithDebInfo -c

Build with MinSizeRel option & code coverage & Doxygen.

./eosio_build.sh -o MinSizeRel -cd

Bill Hamilton added 2 commits May 2, 2018 13:34
@heifner heifner merged commit 19227c9 into EOSIO:master May 2, 2018
@pacificcode pacificcode deleted the eosio_build_option branch May 3, 2018 14:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments