Skip to content

Commit 1c89fa1

Browse files
authored
No longer remove client code for the Mac OS binary
The client code is being removed for Mac OS builds - unless there's a particular reason for doing so, it would be good to have the client option enabled for Mac
1 parent 646fb16 commit 1c89fa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SRC/common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
6262

6363
#elif __MACH__
6464
#define DISCARDCOUNTER 1
65-
#define DISCARDCLIENT 1
6665
#define DISCARDPOSTGRES 1
6766
#define DISCARDMYSQL 1
6867
//#define DISCARDMONGO 1
@@ -219,4 +218,4 @@ using namespace std;
219218
#define GetCurrentDir getcwd
220219
#endif
221220

222-
#endif
221+
#endif

0 commit comments

Comments
 (0)