forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit72ba1f2
committed
Fix ecpg test building process to not generate *.dSYM junk on Macs.
The trick is to not try to build executables directly from .c files,but to always build the intermediate .o files. For obscure reasons,Darwin's version of gcc will leave debug cruft behind in the firstcase but not the second. Per complaint from Robert Haas.1 parent486187a commit72ba1f2
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
0 commit comments
Comments
(0)