Code review comment for lp:~pimvullers/switchboard/unity-optional

Revision history for this message
Pim Vullers (pimvullers) wrote :

@codygarver, this is because Unity integration is enabled, as you can see in the log, I made it print an info entry.

To disable you should add -DUSE_UNITY=OFF to the cmake command (which is not done now):
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo

« Back to merge proposal