~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Andrew Hutchings
  • Date: 2010-12-15 18:59:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2006.
  • Revision ID: andrew@linuxjedi.co.uk-20101215185955-q12lkja8hdnpjqg7
Make the test look for drizzleadmin failure instead of success as this test is not possible to fix for success on our FreeBSD 8.0 box

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl  Copyright (C) 2009 Sun Microsystems, Inc.
2
 
dnl This file is free software; Sun Microsystems, Inc.
 
1
dnl  Copyright (C) 2009 Sun Microsystems
 
2
dnl This file is free software; Sun Microsystems
3
3
dnl gives unlimited permission to copy and/or distribute it,
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
27
27
    DEBUG_CFLAGS="-O0"
28
28
    DEBUG_CXXFLAGS="-O0"
29
29
 
30
 
    OPTIMIZE_CFLAGS="-O2"
31
 
    OPTIMIZE_CXXFLAGS="-O2"
 
30
    OPTIMIZE_CFLAGS="-O3"
 
31
    OPTIMIZE_CXXFLAGS="-O3"
32
32
  ])
33
33
  AS_IF([test "$INTELCC" = "yes"],[
34
34
    AM_CPPFLAGS="-g ${AM_CPPFLAGS}"
36
36
    DEBUG_CFLAGS="-O0"
37
37
    DEBUG_CXXFLAGS="-O0"
38
38
 
39
 
    OPTIMIZE_CFLAGS="-xHOST -O2 -no-prec-div -static"
 
39
    OPTIMIZE_CFLAGS="-xHOST -O3 -no-prec-div -static"
40
40
    OPTIMIZE_CXXFLAGS="${OPTIMIZE_CFLAGS}"
41
41
 
42
42
  ])