pages.nl/*: update Dutch translation (#11649)

This commit is contained in:
Sebastiaan Speck
2023-12-04 11:58:55 +01:00
committed by GitHub
parent c628002157
commit 6c524b5579
4 changed files with 17 additions and 9 deletions

View File

@@ -23,3 +23,7 @@
- Compileer broncode naar LLVM Intermediate Representation (IR):
`clang++ -S -emit-llvm {{pad/naar/bron.cpp}} -o {{pad/naar/output.ll}}`
- Optimaliseer het gecompileerde programma voor prestaties:
`clang++ {{pad/naar/bron.cpp}} -O{{1|2|3|fast}} -o {{pad/naar/uitvoerbaar_bestand}}`