summaryrefslogtreecommitdiff
path: root/ZKTest/Release/src
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-01 12:56:09 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-01 12:56:09 +0000
commite188e8adc868a7cbd5b28a57b0c45bf1bbdff9a4 (patch)
tree775296077c99b4f22117c801c1c60781d105ef02 /ZKTest/Release/src
parent6f6966d5e46b0634221c279bdf6b6d27da7e7627 (diff)
downloadzookeeper-test-e188e8adc868a7cbd5b28a57b0c45bf1bbdff9a4.tar.gz
updated makefile
Diffstat (limited to 'ZKTest/Release/src')
-rw-r--r--ZKTest/Release/src/subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZKTest/Release/src/subdir.mk b/ZKTest/Release/src/subdir.mk
index 399029d..875bb83 100644
--- a/ZKTest/Release/src/subdir.mk
+++ b/ZKTest/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/zookeeper -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+ g++ -D__GXX_EXPERIMENTAL_CXX0X__ -I/usr/include/zookeeper -O3 -Wall -c -fmessage-length=0 -std=c++0x -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '