Skip to content

Commit

Permalink
released 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Jan 24, 2025
1 parent 504205b commit b3285c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ printf "%s\n" "#define uint64_t $ac_cv_c_uint64_t" >>confdefs.h


# if CXXFLAGS is undefined, set it to our preferred default flags
: ${CXXFLAGS="-Wall -Wextra -Wunused -Wshadow -O2"}
: ${CXXFLAGS="-Wall -Wextra -Wunused -O2"}

ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AC_TYPE_UINT32_T
AC_TYPE_UINT64_T

# if CXXFLAGS is undefined, set it to our preferred default flags
: ${CXXFLAGS="-Wall -Wextra -Wunused -Wshadow -O2"}
: ${CXXFLAGS="-Wall -Wextra -Wunused -O2"}

AC_LANG([C++])
AC_PROG_CXX
Expand Down
2 changes: 1 addition & 1 deletion lib/Make
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CPP=c++
AR=ar
RANLIB=ranlib
COFLAGS=-O2
CWFLAGS=-Wall -Wunused -Wextra -Wshadow
CWFLAGS=-Wall -Wunused -Wextra
CIFLAGS=-I. -I../include
CMFLAGS=
# CMFLAGS=-DDEBUG
Expand Down
2 changes: 1 addition & 1 deletion src/Make
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CPP=c++
INCS=../include/reflex/convert.h ../include/reflex/debug.h ../include/reflex/error.h ../include/reflex/input.h ../include/reflex/pattern.h ../include/reflex/utf8.h
LIBS=../lib/libreflex.a
COFLAGS=-O2
CWFLAGS=-Wall -Wunused -Wextra -Wshadow
CWFLAGS=-Wall -Wunused -Wextra
CIFLAGS=-I. -I../include
CMFLAGS=
# CMFLAGS=-DDEBUG
Expand Down

0 comments on commit b3285c6

Please sign in to comment.