minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

[Patch] pump mode does not support GCC's "-G" option #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Building code with "pump distcc g++ -o xxx xxx.cc -G 0" or similar resulted in 
the following warning message:

---
WARNING include server: Preprocessing locally. Include server not covering: 
Could not locate name of translation unit: ['0', 'xxx.cc']. for translation 
unit 'unknown translation unit'

---

The "0" comming from the -G option.

Patch attached.

Original issue reported on code.google.com by svantes...@gmail.com on 2 Dec 2010 at 11:59

Attachments: