aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/spdk/ndebug.h
blob: d26d2543ff0eb4206b126adc3bad20237fb97b53 (plain) (blame)
1
2
3
4
#pragma once
#if !defined(DEBUG) && !defined(NDEBUG)
#define DEBUG 1
#endif