summaryrefslogtreecommitdiff
path: root/ZKTest/Debug/src/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ZKTest/Debug/src/subdir.mk')
-rw-r--r--ZKTest/Debug/src/subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZKTest/Debug/src/subdir.mk b/ZKTest/Debug/src/subdir.mk
index 3451882..4bbeba4 100644
--- a/ZKTest/Debug/src/subdir.mk
+++ b/ZKTest/Debug/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/zookeeper -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+ g++ -D__GXX_EXPERIMENTAL_CXX0X__ -I/usr/include/zookeeper -O0 -g3 -Wall -c -fmessage-length=0 -std=c++0x -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '