[cig-commits] commit: Build static libraries by default

Mercurial hg at geodynamics.org
Tue Feb 23 10:30:00 PST 2010


changeset:   253:72c13e603586
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Feb 23 10:28:40 2010 -0800
files:       SConfigure
description:
Build static libraries by default


diff -r 2559484742ff -r 72c13e603586 SConfigure
--- a/SConfigure	Wed Feb 10 15:50:51 2010 -0800
+++ b/SConfigure	Tue Feb 23 10:28:40 2010 -0800
@@ -10,7 +10,7 @@ options = [
     ('--build-dir', 'build_dir', 'Sandbox location.', 'build'),
     ('--with-debugging', 'with_debugging', 'Build with debugging', 1, 'int'),
     ('--with-warnings', 'with_warnings', 'Print all warnings at compile time', 1, 'int'),
-    ('--lib-type', 'lib_type', 'Library type (shared or static)', 'shared'),
+    ('--lib-type', 'lib_type', 'Library type (shared or static)', 'static'),
     ('--cc', 'CC', 'C compiler', None),
     ('--cflags', 'CFLAGS', 'Flags for the C compiler', None),
     ('--with-glucifer', 'with_glucifer', 'Enable gLucifer', 1, 'int'),



More information about the CIG-COMMITS mailing list