Fix compiler flag usage
The compiler flags overwrote the default values that CMake generates instead of appending to them.
This commit is contained in:
@ -3020,7 +3020,8 @@ int mxs_log_message(int priority,
|
||||
assert(!true);
|
||||
}
|
||||
|
||||
assert(len == augmentation_len);
|
||||
(void)len;
|
||||
ss_dassert(len == augmentation_len);
|
||||
}
|
||||
|
||||
va_start(valist, format);
|
||||
|
Reference in New Issue
Block a user