Travis CI configuration: turn on pointer backtracing
authorIvan Maidanski <ivmai@mail.ru>
Mon, 28 Nov 2016 10:11:35 +0000 (13:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 28 Nov 2016 10:11:35 +0000 (13:11 +0300)
.travis.yml

index 1ccc958..1cf3e58 100644 (file)
@@ -15,5 +15,5 @@ install:
   - ./autogen.sh
 
 script:
-  - ./configure --enable-cplusplus --enable-munmap --enable-werror
+  - ./configure --enable-cplusplus --enable-gc-debug --enable-munmap --enable-werror
   - make -j check