aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-07-16 19:25:24 +0200
committerraysan5 <raysan5@gmail.com>2016-07-16 19:25:24 +0200
commitbe551d770727edad19317e25d742e9d1e62ad547 (patch)
tree1373774a53fa4b511cc4917daa0e7c9f7ba78ec6 /examples
parentbfb5ffedda8ba9a9be41c6210e72cd5c98e1c702 (diff)
downloadraylib-be551d770727edad19317e25d742e9d1e62ad547.tar.gz
raylib-be551d770727edad19317e25d742e9d1e62ad547.zip
Review comment
Diffstat (limited to 'examples')
-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