Skip to content

Commit

Permalink
Merge pull request #4206 from randombit/jack/fix-4196-3x
Browse files Browse the repository at this point in the history
Reflect CXXFLAGS into the linker invocation as well
  • Loading branch information
randombit authored Jul 12, 2024
2 parents 6945e90 + c91cd4b commit f2bf049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-data/makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LANG_EXE_FLAGS = %{cc_lang_binary_linker_flags}
CXXFLAGS = %{cc_compile_flags}
WARN_FLAGS = %{cc_warning_flags}
LIB_FLAGS = %{lib_flags}
LDFLAGS = %{ldflags}
LDFLAGS = %{ldflags} %{cc_compile_flags}

EXE_LINK_CMD = %{exe_link_cmd}

Expand Down

0 comments on commit f2bf049

Please sign in to comment.