From be551d770727edad19317e25d742e9d1e62ad547 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 16 Jul 2016 19:25:24 +0200 Subject: [PATCH] Review comment --- examples/audio_standalone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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