Skip to content

Commit

Permalink
Update 01_modules_make_batch_jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jun 14, 2024
1 parent 211b47e commit 32522ad
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions computer-platforms/docs/01_modules_make_batch_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,14 @@ Single file source code:
```bash
cc main.c -o main
```

<div class=column>

<small>
In practice programs are separated into several files

- In practice programs are separated into several files
<br>$\Rightarrow$ complicated dependency structures
- Building large programs takes time
- could we just rebuild the parts that changed?
- Having different options when building
- debug versions, enabling/disabling features, etc.
</small>

</div>

<div class=column>
![](images/depend.png){.center width=40%}
</div>

-
# Compiling and linking: possible problems

<small>
Expand Down

0 comments on commit 32522ad

Please sign in to comment.