<p dir="ltr">When trying to compile VLC to debug, I replaced all instances of the string '-O2' with '-Og' in the tree. However, after I run make, there are dozens of files with the string '-O2'. Where does this come from? I want to compile with -Og so I can properly debug.</p>