DEBSOURCES
Skip Quicknav
sources / bfs / 4.1-1 / build / flags / bind-now.c
12345678
// Copyright © Tavian Barnes <tavianator@tavianator.com> // SPDX-License-Identifier: 0BSD /// _LDFLAGS += -Wl,-z,now int main(void) { return 0; }