Change Travis debug build to use DKJ_DEBUG

This commit is contained in:
Jason Paryani
2015-03-10 00:33:00 -07:00
parent db04ccf476
commit cfbd3d31fa

View File

@@ -10,7 +10,7 @@ python:
env: env:
- BUILD_CAPNP= - BUILD_CAPNP=
- BUILD_CAPNP=true - BUILD_CAPNP=true
- BUILD_CAPNP=true CXXFLAGS="-g" - BUILD_CAPNP=true CFLAGS="-DKJ_DEBUG"
# skip testing for pypy + BUILD_CAPNP=false since it's failing in travis for some reason # skip testing for pypy + BUILD_CAPNP=false since it's failing in travis for some reason
matrix: matrix: