Skip to content

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Jun 21, 2022
1 parent 18dc1f9 commit bdf5b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions C/7zip_gcc_c.mak
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ DEL_OBJ_EXE = -$(RM) $(PROGPATH) $(PROGPATH_STATIC) $(OBJS)
endif



CFLAGS = $(LOCAL_FLAGS) $(CFLAGS_BASE2) $(CFLAGS_BASE) -std=c99 $(CC_SHARED) -o $@
# gnu99 for utimensat
CFLAGS = $(LOCAL_FLAGS) $(CFLAGS_BASE2) $(CFLAGS_BASE) -std=gnu99 $(CC_SHARED) -o $@


ifdef IS_MINGW
Expand Down
2 changes: 1 addition & 1 deletion CPP/7zip/7zip_gcc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ endif



CFLAGS = $(MY_ARCH_2) $(LOCAL_FLAGS) $(CFLAGS_BASE2) $(CFLAGS_BASE) $(CC_SHARED) -o $@
CFLAGS = $(MY_ARCH_2) $(LOCAL_FLAGS) $(CFLAGS_BASE2) $(CFLAGS_BASE) -std=c99 $(CC_SHARED) -o $@

ifdef IS_MINGW
ifdef IS_X64
Expand Down

0 comments on commit bdf5b71

Please sign in to comment.