authorgravatar for linux@nebulae.onlinenebulaeonline <linux@nebulae.online> 2018-12-24 07:49:15-05:00
committergravatar for linux@nebulae.onlinenebulaeonline <linux@nebulae.online> 2018-12-24 07:49:15-05:00
log28cd337d1ffc547f296f574b82547d6b15253167
tree97141570b92992ba079d1acd28888055d306c2ba
parent7dcee99510fe4d69faae67f3aa41cfb47a43045e

fixed formatting in options display


1 files changed, 2 insertions(+), 1 deletions(-)

src/main.cpp+2-1
......@@ -97,7 +97,8 @@ static int print_full_usage(const char *arg0) {
9797 " -rdynamic add all symbols to the dynamic symbol table\n"
9898 " -rpath [path] add directory to the runtime library search path\n"
9999 " --no-rosegment compromise security to workaround valgrind bug\n"
100 " --msvc-subsystem [subsystem] (windows/uefi) /SUBSYSTEM:<subsystem> to the linker\n" " -framework [name] (darwin) link against framework\n"
100 " --msvc-subsystem [subsystem] (windows/uefi) /SUBSYSTEM:<subsystem> to the linker\n"
101 " -framework [name] (darwin) link against framework\n"
101102 " -mios-version-min [ver] (darwin) set iOS deployment target\n"
102103 " -mmacosx-version-min [ver] (darwin) set Mac OS X deployment target\n"
103104 " --ver-major [ver] dynamic library semver major version\n"