Skip to content

Commit

Permalink
feat(objectionary#56):delete image and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Mar 5, 2024
1 parent b8789f7 commit 198cb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
4 changes: 2 additions & 2 deletions _posts/2024/2024-02-06-about-caching-in-eo.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To speed up the assembly of compiled languages, ccache and sccache are used.
Let's look at the compilation scheme using C++ as an example,
to imagine the build process in compiled languages:

![Picture 1](/images/ccach.svg)
![Picture 1](/images/ccache.svg)

1) First, preprocessor gets the input files. Input files are code files and header files.
The preprocessor removes comments from the code and converts the code into in accordance
Expand Down Expand Up @@ -79,7 +79,7 @@ and it also has fixed some bugs (for example, there is a check of header files,
maven [LifeCycles Maven](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html),
which consist of `phases`. `Phases` in turn consist of sets of `goals`.

`Maven` has default `phases` and `goals` which build any projects.
`Maven` has default `phases` and `goals` which build any projects:


![Picture 2](/images/defaultPhaseMaven.svg)
Expand Down
82 changes: 0 additions & 82 deletions images/buildmvn.svg

This file was deleted.

0 comments on commit 198cb96

Please sign in to comment.