[CONC-29] Insufficient document for building MariaDB connector on Linux Created: 2013-05-24  Updated: 2018-10-13

Status: Open
Project: MariaDB Connector/C
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Trivial
Reporter: Sandhya Sriraj Assignee: Georg Richter
Resolution: Unresolved Votes: 0
Labels: None
Environment:

Linux



 Description   

There is no sufficient documentation for building MariaDB connector on Linux. I want to build MariaDB connector in debug and release mode.
I am building MariaDB connector using the command "cmake . ". I am not sure whether it is building in debug mode or release mode.
Can someone please tell me the command to build MaraiaDB connector in debug and release mode.



 Comments   
Comment by Georg Richter [ 2013-06-11 ]

We are still working on documentation, especially on automatically converting docbook into our internal knowledge base format.

These are the debug/release compile options:

Debug build:
cmake . -DCMAKE_BUILD_TYPE=Debug

Release width debug info build (default):
cmake .
or
cmake . -DCMAKE_BUILD_TYPE=Relwithdebinfo

Release without debug info
cmake . -DCMAKE_BUILD_TYPE=Release

Generated at Thu Feb 08 03:02:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.