Skip to content

Commit

Permalink
Try without path discovery
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 1, 2023
1 parent 86d8dde commit adfe8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/appthreat/atom/Atom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ object Atom {
case "H" | "HPP" =>
new C2Atom()
.createCpg(
CConfig(includeComments = false, logProblems = false, includePathsAutoDiscovery = true)
CConfig(includeComments = false, logProblems = false, includePathsAutoDiscovery = false)
.withLogPreprocessor(false)
.withInputPath(config.inputPath.pathAsString)
.withOutputPath(outputAtomFile)
Expand Down

0 comments on commit adfe8e8

Please sign in to comment.