Skip to content

Added -check flag to compile commands#167

Draft
m-hilgendorf wants to merge 1 commit intoStanzaOrg:masterfrom
m-hilgendorf:mh/check-flag
Draft

Added -check flag to compile commands#167
m-hilgendorf wants to merge 1 commit intoStanzaOrg:masterfrom
m-hilgendorf:mh/check-flag

Conversation

@m-hilgendorf
Copy link
Contributor

No description provided.

Comment on lines +21 to +24
4) We are compiling in unoptimized mode and are running "check"

5) We are compiling in optimized mode and are running "check"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two cases seem to be equivalent.


;Save optimized packages if necessary
if pkg-dir is String and optimize? :
if pkg-dir is String and optimize? and (not check?) :
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're checking, we don't want to write any additional output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant