skyjake / lagrange

A Beautiful Gemini Client
https://gmi.skyjake.fi/lagrange/
BSD 2-Clause "Simplified" License
1.22k stars 65 forks source link

Compilation question #647

Closed d47081 closed 10 months ago

d47081 commented 10 months ago

Hello

I have compiled Lagrange from master but have this in left top corner

image

is the debug and how to disable?

skyjake commented 10 months ago

That means you are running a debug build. You need to reconfigure the build with the option -DCMAKE_BUILD_TYPE=Release.

d47081 commented 10 months ago

Thank for reply, just missed - in the command:

cmake /lagrange DCMAKE_BUILD_TYPE=Release cmake --build .