Skip to content

Commit

Permalink
fix: package of release fixes for linux-amd64
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sgammon authored Jun 24, 2024
1 parent b1d0c9c commit ce34e25
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10884,5 +10884,15 @@
{
"name":"sun.security.x509.SubjectKeyIdentifierExtension",
"methods":[{"name":"<init>","parameterTypes":["java.lang.Boolean","java.lang.Object"] }]
},
{
"name":"com.sun.jna.Native",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allPublicMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true,
"allDeclaredClasses":true,
"allPublicClasses":true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ import elide.runtime.feature.NativeLibraryFeature.UnpackedNative
"META-INF/native/linux/amd64/libapr-2.so",
"META-INF/native/linux/amd64/libapr-2.a",
"META-INF/native/linux/amd64/libcrypto.a",
"META-INF/native/linux/amd64/libdecrepit.a",
"META-INF/native/linux/amd64/libssl.a",
"META-INF/native/linux/amd64/shared/libtcnative.so",
"META-INF/native/linux/amd64/static/libtcnative.a",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(function(){var i=globalThis,o=primordials.NativeValueError,a=["ValueError"],l=this||self;a[0]in l||typeof l.a=="undefined"||l.a("var "+a[0]);for(var r;a.length&&(r=a.shift());)a.length||o===void 0?l[r]&&l[r]!==Object.prototype[r]?l=l[r]:l=l[r]={}:l[r]=o;i.ValueError=o,globalThis.window=void 0,globalThis.gc=null}).call({});
(function(){globalThis.window=void 0,globalThis.gc=null}).call({});
// Elide JS Runtime. Copyright (c) 2023, Sam Gammon and the Elide Project Authors. All rights reserved.
// Components of this software are licensed separately. See https://github.com/elide-dev/elide for more.
4 changes: 2 additions & 2 deletions third_party/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ASMFLAGS_BASE ?=-Wa,--noexecstack
LDFLAGS_BASE ?=

ifeq ($(RELEASE),yes)
CFLAGS_BASE += -O3 -flto=thin
LDFLAGS_BASE += -flto=thin
CFLAGS_BASE += -O3 -flto
LDFLAGS_BASE += -flto
endif

ifeq ($(BUILD_MODE),debug)
Expand Down

0 comments on commit ce34e25

Please sign in to comment.