Skip to content

Commit

Permalink
Remove http protocol support until #8 is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Nov 16, 2018
1 parent 07b1c82 commit f2da173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ target/uberjar/solanum.jar: src/* resources/* svm/java/*
uberjar: target/uberjar/solanum.jar

# TODO: --static ?
# --enable-url-protocols=http,https
solanum: reflection-config := svm/reflection-config.json
solanum: target/uberjar/solanum.jar $(reflection-config)
$(GRAAL_PATH)/bin/native-image \
--report-unsupported-elements-at-runtime \
--enable-url-protocols=http,https \
--delay-class-initialization-to-runtime=io.netty.handler.ssl.ReferenceCountedOpenSslEngine \
-H:ReflectionConfigurationFiles=$(reflection-config) \
-J-Xmx3G -J-Xms3G \
-J-Xms3G -J-Xmx3G \
--no-server \
-jar $<

Expand Down

0 comments on commit f2da173

Please sign in to comment.