test debug

This commit is contained in:
Peter Braden 2012-09-24 14:59:08 -07:00
parent b4489cfb77
commit ef423a2be9
2 changed files with 2 additions and 1 deletions

View File

@ -8,3 +8,4 @@ before_install:
- pkg-config --libs opencv - pkg-config --libs opencv
- pkg-config --cflags opencv - pkg-config --cflags opencv
- ls /usr/include/opencv - ls /usr/include/opencv
- dpkg -L opencv

View File

@ -14,7 +14,7 @@
'<!@(pkg-config --libs opencv)' '<!@(pkg-config --libs opencv)'
] ]
, 'cflags': [ , 'cflags': [
'<!@(pkg-config --cflags opencv)' '<!@(pkg-config --cflags --libs opencv)'
, '-Wall' , '-Wall'
] ]
, 'cflags!' : [ '-fno-exceptions'] , 'cflags!' : [ '-fno-exceptions']