Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens committed Oct 21, 2019
1 parent b2f253c commit acf2a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects])


DEFAULT_CXXFLAGS="-O2"
DEFAULT_CXXFLAGS="-O3"
AS_IF([test "x$CXXFLAGS" = "x"],
[CXXFLAGS="$DEFAULT_CXXFLAGS"]
[usedefaultcxxflags=yes],
Expand Down
2 changes: 1 addition & 1 deletion create_release.sh
Expand Up @@ -21,7 +21,7 @@ cat Makefile \
> Makefile.tmp

AM_MAKEFLAGS="-f Makefile.tmp" make -f Makefile.tmp clean
AM_MAKEFLAGS="-f Makefile.tmp" make -f Makefile.tmp -j4
AM_MAKEFLAGS="-f Makefile.tmp" make -f Makefile.tmp -j4 || exit
rm Makefile.tmp

mkdir -p "$d/bin" "$d/scripts"
Expand Down

0 comments on commit acf2a98

Please sign in to comment.