Skip to content
Snippets Groups Projects
Commit 96ce8cdd authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.3' into v2.4

parents 96f9235b 20eadd32
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,8 @@ install: ...@@ -152,6 +152,8 @@ install:
script: script:
# make sure all modules are enabled # make sure all modules are enabled
- CONFIG_FLAGS="$CONFIG_FLAGS --enable-modules=all" - CONFIG_FLAGS="$CONFIG_FLAGS --enable-modules=all"
# disable tracking dependencies, to build faster
- CONFIG_FLAGS="$CONFIG_FLAGS --disable-dependency-tracking"
# we enable fftw, which is off by default # we enable fftw, which is off by default
- CONFIG_FLAGS="$CONFIG_FLAGS --enable-fftw" - CONFIG_FLAGS="$CONFIG_FLAGS --enable-fftw"
# enable boost_serialization to test drr module # enable boost_serialization to test drr module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment