Skip to content
Snippets Groups Projects
Commit 595579e0 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: use -iquotedir for including the local '.' directory

- adds into the include-quoted search list instead the general (-Idir)
  search list.

  * makes it less subject to ordering (since it will now generally be
    searched first) and makes it less subject to how duplicate removal
    is implemented. In some compilers (#1627), the last instance of
    a duplicate directory would be used and not the first instance.

  * removes clutter in some Make/options files

COMP: add missing linkage libraries
parent b4bf26ea
Branches
Tags
No related merge requests found
Showing
with 5 additions and 25 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment