[go: nahoru, domu]

Skip to content

Commit

Permalink
add -fsigned-char to CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty committed May 24, 2024
1 parent 6021ae2 commit d00ae86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ifneq ($(ZSV_CACHE_PREFIX),)
CFLAGS+= -DZSV_CACHE_PREFIX='${ZSV_CACHE_PREFIX}'
endif

CFLAGS+=-fsigned-char
ifneq ($(ZSV_IS_PROP_FILE_HANDLER),)
CFLAGS+=-DZSV_IS_PROP_FILE_HANDLER=${ZSV_IS_PROP_FILE_HANDLER}
endif
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ endif
CFLAGS+= ${CFLAG_O} ${CFLAGS_OPT}
CFLAGS+= ${CFLAGS_AUTO}

CFLAGS+=-fsigned-char

ifeq ($(VERBOSE),1)
CFLAGS+= ${CFLAGS_VECTORIZE_OPTIMIZED} ${CFLAGS_VECTORIZE_MISSED} ${CFLAGS_VECTORIZE_ALL}
endif
Expand Down

0 comments on commit d00ae86

Please sign in to comment.