]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/app/subdir.mk
added argument interpreter
[l2e.git] / Release / src / app / subdir.mk
index e0bc8c4457527cddfb6a0995e74d6e0d60d4c562..cf5419093b43305265b5d8d626c8baca39f4c90c 100644 (file)
@@ -5,14 +5,17 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/app/Application.cpp \
+../src/app/Arguments.cpp \
 ../src/app/Input.cpp 
 
 OBJS += \
 ./src/app/Application.o \
+./src/app/Arguments.o \
 ./src/app/Input.o 
 
 CPP_DEPS += \
 ./src/app/Application.d \
+./src/app/Arguments.d \
 ./src/app/Input.d 
 
 
@@ -20,7 +23,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++ -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 ' '