]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/CMakelibStarLight.pkg
PWGPP-71 disable all debug streamers for the standard reconstuction productions
[u/mrichter/AliRoot.git] / STARLIGHT / CMakelibStarLight.pkg
index 98b25459d37e0a7d5f795e303bd85aa20a6955d9..6852a19bb5e1fbe639096c14bbf5638d2753f538 100644 (file)
@@ -80,3 +80,6 @@ endif( ALICE_TARGET STREQUAL "macosxicc")
 string(REPLACE "-Weffc++" "" PACKCXXFLAGS ${CXXFLAGS})
 
 string(REPLACE "-Weffc++" "" PACKDCXXFLAGS ${CXXFLAGSNO})
+
+string(REPLACE "-Wshadow" "-Wno-shadow" PACKCXXFLAGS ${PACKCXXFLAGS})
+string(REPLACE "-Wshadow" "-Wno-shadow" PACKDCXXFLAGS ${PACKDCXXFLAGS})