Changes between Initial Version and Version 1 of Ticket #5857, comment 5


Ignore:
Timestamp:
02/03/2026 03:57:39 PM (3 weeks ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5857, comment 5

    initial v1  
    1 In this case I'm wondering sed the configure script would look better...  Generally we don't want to sed if there's a way to override via command line, but in this case the `___` thing is too ugly (TM) and I guess it's too easy for the readers to wrongly count the number of `_` :(.
     1In this case I'm wondering if sed the configure script would look better...  Generally we don't want to sed if there's a way to override via command line, but in this case the `___` thing is too ugly (TM) and I guess it's too easy for the readers to wrongly count the number of `_` :(.
    22
    33Maybe something like `sed 's/--image-base/--nonexist-linker-option/' -i configure`.  Just a personal aesthetic opinion.