~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Removed -fno-rtti. Do this in a separate commit so we can benchmark before we 
enable optimze_for=SPEED; in protobuf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1363
1363
    W_EXCEPTIONS="-fexceptions"
1364
1364
  fi
1365
1365
  NO_REDUNDANT_DECLS="-Wno-redundant-decls"
1366
 
  # Disable exceptions as they seams to create problems with gcc and threads.
1367
 
  # drizzled doesn't use run-time-type-checking, so we disable it.
1368
 
  CXXFLAGS="${CXXFLAGS} -fno-rtti"
1369
1366
  CPPFLAGS="${CPPFLAGS} -fpch-deps"
1370
1367
fi
1371
1368
if test "$SUNCC" = "yes"