Skip to content
Snippets Groups Projects
Commit a760699b authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

INFO0939-2021 code.

parent c01c390e
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ To debug with GDB: `gdb <progname>`, then ...@@ -42,7 +42,6 @@ To debug with GDB: `gdb <progname>`, then
Example: Integer division & `assert()` Example: Integer division & `assert()`
--- ---
You are not really required to run this code, but...
* Compile with `gcc -g -o intdiv intdiv.c` (debug mode) * Compile with `gcc -g -o intdiv intdiv.c` (debug mode)
* Compile with `gcc -O3 -DNDEBUG -o intdiv intdiv.c` (release mode) * Compile with `gcc -O3 -DNDEBUG -o intdiv intdiv.c` (release mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment