mirror of
https://github.com/boostorg/build.git
synced 2026-01-30 19:52:13 +00:00
7 lines
63 B
C++
7 lines
63 B
C++
|
|
#ifdef RELEASE
|
|
void release() {}
|
|
#else
|
|
void debug() {}
|
|
#endif
|