summaryrefslogtreecommitdiffstats
path: root/trunk/bitbake-ng/acinclude.m4
blob: 41bc140386e368880121af01b6586a2592cd6ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# BB_DEFAULT_FLAGS
# ----------
# Set our default FLAGS variables.
# Remember to call before the AC_PROG_ variables, otherwise those
# defaults will be used instead of ours.
AC_DEFUN([BB_DEFAULT_FLAGS],
[
  if test x"$CFLAGS" = "x"; then
    CFLAGS="-O2 -Wall -W"
  fi
]) # BB_DEFAULT_FLAGS