Fix Link-time optimization build error
Bug #1793329 reported by
Stefan Hamminga
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Committed
|
Wishlist
|
Stefan Hamminga |
Bug Description
I made a small change to the build system to fix building KiCad with (GCC) Link-time optimization, which needs to be disabled for the libcontext.cpp file due to the `__asm` function definition.
There is a patch attached to this message.
Changed in kicad: | |
status: | New → Incomplete |
To post a comment you must log in.
While this makes sense, I've never seen an error while compiling this. Is it system-specific?