- Notifications
You must be signed in to change notification settings - Fork5
Commitc70c4e3
committed
I hope this is what you had in mind:
--enable-debug adds -g (unconditionally)--disable-debug removes -g (if it was already in there somehow)(giving neither does nothing)Since none of the templates default CFLAGS with a -g you're not likelytoend up with two -g flags. Not that they'd hurt though.It doesn't do anything about C++.Peter Eisentraut1 parent48049b4 commitc70c4e3
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
414 | 435 |
| |
415 | 436 |
| |
416 | 437 |
| |
|
0 commit comments
Comments
(0)