X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fsubdir.mk;h=9aa8e01bae034e4deaf564022d6345ab621eb27c;hb=912b8a26b19243e43d0fd2e47d50733d947f5836;hp=e2d08a05f0855664cb9acd9cc25a45ab9c102c7b;hpb=5ceb9e51fd6768946c4a2d72aac13fa6bc78fa88;p=l2e.git diff --git a/Release/src/subdir.mk b/Release/src/subdir.mk index e2d08a0..9aa8e01 100644 --- a/Release/src/subdir.mk +++ b/Release/src/subdir.mk @@ -17,7 +17,7 @@ CPP_DEPS += \ src/%.o: ../src/%.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++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '