class Emeralds::BuildLibRelease

Defined in:

emeralds/commands/BuildLibRelease.cr

Instance Method Summary

Instance methods inherited from class Emeralds::Command

block block, install_deps(deps) install_deps, message message, run run, validate_filename(input) validate_filename, wget_license wget_license

Instance Method Detail

def block #

Compile both libraries and source files into shared libraries in release mode


[View source]
def message #
Description copied from class Emeralds::Command

Contains the informational message for the user while performing an Emerald command

return -> The string to display


[View source]