X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fapp%2Fsubdir.mk;h=764eb6fe55121e3bdc5cee8149fb28321d42010c;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=e0bc8c4457527cddfb6a0995e74d6e0d60d4c562;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/Release/src/app/subdir.mk b/Release/src/app/subdir.mk index e0bc8c4..764eb6f 100644 --- a/Release/src/app/subdir.mk +++ b/Release/src/app/subdir.mk @@ -20,7 +20,7 @@ CPP_DEPS += \ src/app/%.o: ../src/app/%.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 ' '