Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce gcc/Makefile prints to simplify build output #181

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

jjcarstens
Copy link
Contributor

The gcc commandlines and other prints can be useful, but most of the
time they are overwhelming especially for non-C programmers. This
simplifies the prints.

To re-enable, set V=1 like is common with many Makefile/C projects.
For example V=1 make, V=1 mix compile, etc.

Example output:

> exqlite √ % mix test                                                                                                                                                                                          makefile
 CC sqlite3.o
 LD sqlite3_nif.so
..........................................................

Finished in 0.4 seconds (0.00s async, 0.4s sync)
58 tests, 0 failures

Randomized with seed 523581

The gcc commandlines and other prints can be useful, but most of the
time they are overwhelming especially for non-C programmers. This
simplifies the prints.

To re-enable, set `V=1` like is common with many Makefile/C projects.
For example `V=1 make`, `V=1 mix compile`, etc.
@warmwaffles warmwaffles merged commit aa488d7 into elixir-sqlite:main Dec 7, 2021
@jjcarstens jjcarstens deleted the makefile branch December 7, 2021 18:39
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.

2 participants