Build MaxScale in debug mode for Travis

The internal test set depends on SS_DEBUG being defined and it is only
defined for debug builds.
This commit is contained in:
Markus Makela
2016-10-18 21:50:49 +03:00
parent 7d202eb084
commit 623acfe1b5
3 changed files with 7 additions and 2 deletions

View File

@ -11,6 +11,10 @@
* Public License.
*/
#ifndef SS_DEBUG
#define SS_DEBUG
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>