Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake: mark some variables as advanced to hide them
[simgrid.git] / sonar-project.properties
index 99f0f9a110544d0653ad06e2d3801e42816ab2c4..296650a277a3c3dadd7ed2d3833f0b60d1eacb09 100644 (file)
@@ -102,6 +102,9 @@ sonar.cpd.exclusions=examples/**,teshsuite/**
 # The build-wrapper output dir
 sonar.cfamily.build-wrapper-output=bw-outputs
 
+# Allow multithreaded execution
+sonar.cfamily.threads=4
+
 # Where the coverage files are located
 # See https://docs.sonarqube.org/pages/viewpage.action?pageId=5312222
 sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo
@@ -117,8 +120,6 @@ sonar.sourceEncoding=UTF-8
 # Version of the used prog languages
 sonar.java.source=7
 sonar.java.binaries=CMakeFiles/simgrid-java_jar.dir,examples/java
-sonar.c.std=gnu11
-sonar.cpp.std=gnu++11
 
 # Don't talk to me: travis don't like your verbosity
 # sonar.verbose=true