You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/compile/compile.go
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ var (
53
53
buildCachePathstring// Builds of 'core.a' are saved into this path to be cached and reused.
54
54
buildPathstring// Path where to save compiled files.
55
55
buildProperties []string// List of custom build properties separated by commas. Or can be used multiple times for multiple properties.
56
-
keysPathstring// The path of the dir where to search for the custom keys to sign and encrypt a binary. Used only by the platforms that supports it
57
-
signKeyNamestring// The name of the custom signing key to use to sign a binary during the compile process. Used only by the platforms that supports it
58
-
encryptKeyNamestring// The name of the custom encryption key to use to encrypt a binary during the compile process. Used only by the platforms that supports it
56
+
keysKeychainstring// The path of the dir where to search for the custom keys to sign and encrypt a binary. Used only by the platforms that supports it
57
+
signKeystring// The name of the custom signing key to use to sign a binary during the compile process. Used only by the platforms that supports it
58
+
encryptKeystring// The name of the custom encryption key to use to encrypt a binary during the compile process. Used only by the platforms that supports it
59
59
warningsstring// Used to tell gcc which warning level to use.
// ReplaceSecurityKeys function will override the properties representing the security keys specified in the platform.txt file of a platform with the ones provided by the user.
0 commit comments