summaryrefslogtreecommitdiff
path: root/ZKTest/Debug
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-11-24 11:44:15 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-11-24 11:44:15 +0000
commita75fff7251f44c334b492350316a46a11755d490 (patch)
treef63a505b4e0f19603ddd3029ea228ca8b354f9c6 /ZKTest/Debug
parentf09487681cbd5254a7eeda93efccb0cc9107057a (diff)
downloadzookeeper-test-a75fff7251f44c334b492350316a46a11755d490.tar.gz
added recursive child discovery to the system infinate levels may now be discovered correctly
Diffstat (limited to 'ZKTest/Debug')
-rwxr-xr-xZKTest/Debug/ZKTestbin92551 -> 132947 bytes
-rw-r--r--ZKTest/Debug/src/ZKTest.obin183264 -> 250712 bytes
-rw-r--r--ZKTest/Debug/src/subdir.mk2
3 files changed, 1 insertions, 1 deletions
diff --git a/ZKTest/Debug/ZKTest b/ZKTest/Debug/ZKTest
index c9ff7aa..be25bfa 100755
--- a/ZKTest/Debug/ZKTest
+++ b/ZKTest/Debug/ZKTest
Binary files differ
diff --git a/ZKTest/Debug/src/ZKTest.o b/ZKTest/Debug/src/ZKTest.o
index c0a0ed1..df5a147 100644
--- a/ZKTest/Debug/src/ZKTest.o
+++ b/ZKTest/Debug/src/ZKTest.o
Binary files differ
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 ' '