add infos about valgrind to main sp page, indicate where to find sp quiz
This commit is contained in:
parent
9e3fec2539
commit
de423c1036
1 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ page_for: "sp1-lesson"
|
||||||
- `mkrepo` zum Aufgaben-Repo erstellen
|
- `mkrepo` zum Aufgaben-Repo erstellen
|
||||||
- `deadline` zum Abgabetermine nachschauen
|
- `deadline` zum Abgabetermine nachschauen
|
||||||
- Vorgegebene Compiler-Flags: `-std=c11` `-pedantic` `-D_XOPEN_SOURCE=700` `-Wall` `-Werror` `-fsanitize=undefined` `-fno-sanitize-recover` `-g`
|
- Vorgegebene Compiler-Flags: `-std=c11` `-pedantic` `-D_XOPEN_SOURCE=700` `-Wall` `-Werror` `-fsanitize=undefined` `-fno-sanitize-recover` `-g`
|
||||||
|
- Debugger Valgrind kann so ausgeführt werden: `valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./--track-fds=yes ./lilo`
|
||||||
|
|
||||||
## Wichtige Links
|
## Wichtige Links
|
||||||
- [Aufgaben](https://sys.cs.fau.de/lehre/ss25/sp1/uebung#aufgaben)
|
- [Aufgaben](https://sys.cs.fau.de/lehre/ss25/sp1/uebung#aufgaben)
|
||||||
|
|
@ -40,4 +41,4 @@ page_for: "sp1-lesson"
|
||||||
- [Lukas (T03)](https://wwwcip.cs.fau.de/~uk16isyq/)
|
- [Lukas (T03)](https://wwwcip.cs.fau.de/~uk16isyq/)
|
||||||
- [Julian (T08)](https://jzbor.de/tut/sp1/)
|
- [Julian (T08)](https://jzbor.de/tut/sp1/)
|
||||||
- [Luca (T11)](https://wwwcip.cs.fau.de/~am99ihig/sp)
|
- [Luca (T11)](https://wwwcip.cs.fau.de/~am99ihig/sp)
|
||||||
- [Philip (ehemalig)](https://wwwcip.cs.fau.de/~oj14ozun/sp1/)
|
- [Philip (ehemalig)](https://wwwcip.cs.fau.de/~oj14ozun/sp1/) (Hier ist das sp-quiz!)
|
||||||
Loading…
Add table
Reference in a new issue