Skip to content

Commit

Permalink
build: Use one-dash LD options
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Nov 13, 2024
1 parent 0ad71d5 commit 1a07a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ lib_mcfgthread_c_args = [
'-ffreestanding', '-fasynchronous-unwind-tables' ]

lib_mcfgthread_dll_link_args = [
'-nostdlib', '-Wl,--entry,__MCF_dll_startup@@Z', '-Wl,--gc-sections',
'-Wl,--enable-auto-image-base', '-Wl,--subsystem,windows:6.1',
'-Wl,--exclude-all-symbols', '-Wl,--kill-at' ]
'-nostdlib', '-Wl,-entry,__MCF_dll_startup@@Z', '-Wl,-gc-sections',
'-Wl,-enable-auto-image-base', '-Wl,-subsystem,windows:6.1',
'-Wl,-exclude-all-symbols', '-Wl,-kill-at' ]

lib_mcfgthread_minimal_dll = shared_library('mcfgthread-minimal',
c_pch: 'mcfgthread/xprecompiled.h',
Expand Down

0 comments on commit 1a07a3b

Please sign in to comment.