X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fsdl%2Fsubdir.mk;h=ec2df9c51db9f4195f72d0c342976e4cecc8aa6e;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=3bef090e820eab2623f2df5c3df37661e80760cc;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/Release/src/sdl/subdir.mk b/Release/src/sdl/subdir.mk index 3bef090..ec2df9c 100644 --- a/Release/src/sdl/subdir.mk +++ b/Release/src/sdl/subdir.mk @@ -23,7 +23,7 @@ CPP_DEPS += \ src/sdl/%.o: ../src/sdl/%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' - g++ -I/usr/include/SDL -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '