Update build command line examples to be consistent with each other.

This commit is contained in:
David Reid
2020-03-07 10:20:24 +10:00
parent 000180baf4
commit f2dd3159f9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
Examples
--------
gcc ../simple_playback.c -o bin/simple_playback -ldl -lpthread -lm
gcc ../simple_playback.c -o bin/simple_playback -ldl -lpthread -lm -Wall -Wextra -Wpedantic -std=c89
gcc ../simple_playback.c -o bin/simple_playback -ldl -lm -lpthread
gcc ../simple_playback.c -o bin/simple_playback -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89
Emscripten
----------