Skip to content

Commit

Permalink
Revert "LDFLAGS -v"
Browse files Browse the repository at this point in the history
This reverts commit 1df4def.
  • Loading branch information
vszakats committed Oct 18, 2024
1 parent db012ae commit 94e9683
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='-v'
export _LDFLAGS_GLOBAL=''
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 94e9683

Please sign in to comment.