aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/audio_standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/audio_standalone.c b/examples/audio_standalone.c
index 1ae6324a..f6e115db 100644
--- a/examples/audio_standalone.c
+++ b/examples/audio_standalone.c
@@ -11,7 +11,7 @@
* jar_mod - MOD audio file loading
*
* Compile audio module using:
-* gcc -c audio.c stb_vorbis.c -DAUDIO_STANDALONE
+* gcc -c audio.c stb_vorbis.c -Wall -std=c99 -DAUDIO_STANDALONE
*
* Compile example using:
* gcc -o $(NAME_PART).exe $(FILE_NAME) audio.o stb_vorbis.o -lopenal32 -std=c99