Skip to content

Commit

Permalink
Revert "add zsv_fopen_wx to util/file; use exclusive write for zvs_fi…
Browse files Browse the repository at this point in the history
…le_copy (#173)"

This reverts commit 50a7c83.

Revert 50a7c83
  • Loading branch information
liquidaty committed Jun 30, 2024
1 parent 5819c89 commit 2c932a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ CFLAGS+= -DUSE_JQ

STATIC_LIB_FLAGS=
ifneq ($(STATIC_LIBS),)
STATIC_LIB_FLAGS=${LDFLAGS_STATIC}
STATIC_LIB_FLAGS=-static ${STATIC_LIBS}
endif

STANDALONE_PFX=${BUILD_DIR}/bin/zsv_
Expand Down
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ _ACEOF
tryflag CFLAGS_TRY -Werror=unknown-warning-option
tryflag CFLAGS_TRY -Werror=unused-command-line-argument
tryflag CFLAGS_TRY -Werror=ignored-optimization-argument
tryldflag LDFLAGS_STATIC -static
tryldflag LDFLAGS_TRY -Werror=unknown-warning-option
tryldflag LDFLAGS_TRY -Werror=unused-command-line-argument
tryldflag LDFLAGS_TRY -Werror=ignored-optimization-argument
Expand Down Expand Up @@ -730,7 +729,6 @@ CFLAGS_PIC = $CFLAGS_PIC
LDFLAGS_PIC = $LDFLAGS_PIC
CFLAGS_PIE = $CFLAGS_PIE
LDFLAGS_PIE = $LDFLAGS_PIE
LDFLAGS_STATIC = $LDFLAGS_STATIC
USE_DEBUG_STDERR = $USE_DEBUG_STDERR
CFLAGS_VECTORIZE = $CFLAGS_VECTORIZE
CFLAGS_VECTORIZE_OPTIMIZED = $CFLAGS_VECTORIZE_OPTIMIZED
Expand Down

0 comments on commit 2c932a3

Please sign in to comment.