Skip to content

Commit

Permalink
LDFLAGS -v
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 17, 2024
1 parent b0109bb commit 1df4def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ build_single_target() {
export _CPPFLAGS_GLOBAL=''
export _CXXFLAGS_GLOBAL=''
export _RCFLAGS_GLOBAL=''
export _LDFLAGS_GLOBAL=''
export _LDFLAGS_GLOBAL='-v'
export _LDFLAGS_BIN_GLOBAL=''
export _LDFLAGS_CXX_GLOBAL='' # CMake uses this
export _CMAKE_GLOBAL='-Wno-dev' # Suppress CMake warnings meant for upstream developers
Expand Down

0 comments on commit 1df4def

Please sign in to comment.