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:
@ -11,6 +11,10 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#ifndef SS_DEBUG
|
||||
#define SS_DEBUG
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user