diff --git a/Phys/StrippingCache/CMakeLists.txt b/Phys/StrippingCache/CMakeLists.txt
index fb257c2d50edf2a00d0c3afca184d1ca039dc4e4..e22d44732b7bc76d9960d765c04673dea6175b7e 100644
--- a/Phys/StrippingCache/CMakeLists.txt
+++ b/Phys/StrippingCache/CMakeLists.txt
@@ -21,6 +21,10 @@ set(extraopts_33
     ${AppConfig_DIR}/options/DaVinci/DataType-2017.py
     )
 
+set(extraopts_32
+    ${AppConfig_DIR}/options/DaVinci/DataType-2017.py
+    )
+
 # Do not build for the -O0 platform, as this seems to have problems.
 # To be investigated...
 if ( NOT "$ENV{CMTCONFIG}" STREQUAL "x86_64-slc6-gcc48-do0" )
@@ -46,7 +50,7 @@ if ( NOT "$ENV{CMTCONFIG}" STREQUAL "x86_64-slc6-gcc48-do0" )
  set ( conf_deps ${deps} MergedConfDB )
 
  # Build the cache only for the most recent stripping.
- foreach(strip 33)
+ foreach(strip 32 33)
 
   # Stripping cache name
   set ( sname S${strip}FunctorCache )