]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/boost
captive: One month is only 30 days instead of 210
[ipfire-2.x.git] / lfs / boost
index 6c47f582b2427a14abbdf1752bb27a7f75a1f8bf..533cb24103dd819306e96ae558d8c56ebaceed3b 100644 (file)
--- a/lfs/boost
+++ b/lfs/boost
@@ -32,21 +32,28 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-CFLAGS    += -fno-strict-aliasing
-CXXFLAGS  += -fno-strict-aliasing
+CFLAGS    += -O3 -fno-strict-aliasing
+CXXFLAGS  += -O3 -fno-strict-aliasing
 
 CONFIGURE_OPTIONS = \
        --prefix=/usr \
        --layout=tagged \
-       --without-mpi \
+       --without-chrono \
+       --without-context \
+       --without-coroutine \
+       --without-coroutine2 \
+       --without-date_time \
+       --without-fiber \
        --without-graph_parallel \
+       --without-mpi \
+       --without-program_options \
        --build-dir=serial \
-       cflags="$(CFLAGS)" \
-       cxxflags="$(CXXFLAGS)" \
        variant=release \
        threading=single,multi \
        debug-symbols=off \
-       pch=off
+       pch=off \
+       cflags="$(CFLAGS)" \
+       cxxflags="$(CXXFLAGS)"
 
 MAKETUNING = -j2