mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
trylink: trivial cleanup
This commit is contained in:
parent
01f3b2c91a
commit
42e418292d
@ -14,7 +14,7 @@ debug=false
|
|||||||
# --sort-section alignment reduces padding
|
# --sort-section alignment reduces padding
|
||||||
# --gc-sections throws out unused sections,
|
# --gc-sections throws out unused sections,
|
||||||
# does not work for shared libs
|
# does not work for shared libs
|
||||||
# -O Not used, maybe useful?
|
# -On Not used, maybe useful?
|
||||||
#
|
#
|
||||||
# List of files to link:
|
# List of files to link:
|
||||||
# $l_list == --start-group -llib1 -llib2 --end-group
|
# $l_list == --start-group -llib1 -llib2 --end-group
|
||||||
@ -155,7 +155,7 @@ else
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. .config
|
. ./.config
|
||||||
|
|
||||||
sharedlib_dir="0_lib"
|
sharedlib_dir="0_lib"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user