Skip to content

Commit

Permalink
Mainframe Connector: remove inlining compiler options (GoogleCloudPla…
Browse files Browse the repository at this point in the history
…tform#884)

recently added jzos-shim method stubs must not be inlined by compiler,
else IBM provided jzos libraries will not be used at runtime
  • Loading branch information
Jason Mar authored Sep 8, 2022
1 parent cdc9db2 commit 53c222d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/bigquery-zos-mainframe-connector/gszutil/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ Compile / resourceGenerators += Def.task {
Test / testOptions := Seq(Tests.Filter(!_.endsWith("ITSpec")))

scalacOptions ++= Seq(
"-opt:l:inline",
"-opt-inline-from:**",
"-deprecation",
"-opt-warnings",
"-feature"
Expand Down

0 comments on commit 53c222d

Please sign in to comment.