mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
dda8afcb90
When debugging kernel code, it's necessary to set extra flags. Normal advice is to set -ggdb3. Sometimes that still doesn't provide enough debugging information for complex functions that still get optimized. Compiling with -Og gives the best optimizations for debugging, but can sometimes be broken by changes that are innocuous when the compiler gets more of a chance to look at them. The new CMake option enables both compile options for kernel code. |
||
---|---|---|
.. | ||
Browser | ||
BuildInstructions.md | ||
CLionConfiguration.md | ||
CodingStyle.md | ||
FAQ.md | ||
HardwareCompatibility.md | ||
HighDPI.md | ||
INSTALL.md | ||
NetworkBoot.md | ||
NotesOnWSL.md | ||
RunningTests.md | ||
SmartPointers.md | ||
UsingQtCreator.md | ||
VirtualBox.md | ||
VirtualBox_Creation_Reference.png | ||
VMware.md |