Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit b7a1d96

Browse files
committed
added linker args to release config
1 parent b143ed3 commit b7a1d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ debug = executable('CCCP_debug', 'Main.cpp',sources, link_with: [luabind_debug,
5151

5252
release = executable('CCCP', 'Main.cpp', sources, link_with: [luabind, raknet, fmod],
5353
dependencies: [deps], include_directories:[source_inc_dirs, external_inc_dirs],
54-
cpp_args:extra_args, cpp_pch:pch, name_suffix:suffix, build_by_default:false, override_options:['buildtype=release', 'optimization=3', 'debug=false'])
54+
cpp_args:extra_args, link_args:link_args, cpp_pch:pch, name_suffix:suffix, build_by_default:false, override_options:['buildtype=release', 'optimization=3', 'debug=false'])
5555

5656
#AppImage Targeting
5757
wget = find_program('wget')

0 commit comments

Comments
 (0)