-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
46 lines (38 loc) · 1.32 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## configure Gradle properties for building the jolt-jni project
jjVersion = 0.9.6-SNAPSHOT
## default artifact name (used if -Partifact= isn't specified on the command line)
artifact = jolt-jni
#artifact = jolt-jni-Android
#artifact = jolt-jni-Linux64
#artifact = jolt-jni-Linux_ARM32hf
#artifact = jolt-jni-Linux_ARM64
#artifact = jolt-jni-MacOSX64
#artifact = jolt-jni-MacOSX_ARM64
#artifact = jolt-jni-Windows64
## options to build only a single buildtype (default builds *all* buildtypes)
## These options affect desktop builds but not Android builds.
#bt = Debug
#bt = Release
## options to build only a single flavor (default builds *all* flavors)
#flavor = Dp
#flavor = Sp
## options to target only a single platform (default targets *all* available platforms)
#target = Android_ARM7
#target = Android_ARM8
#target = Android_X86
#target = Android_X86_64
#target = Linux64
#target = Linux_ARM32hf
#target = Linux_ARM64
#target = MacOSX64
#target = MacOSX_ARM64
#target = Windows64
## options to specify the preferred native toolchain
## These options affect desktop builds but not Android builds.
#tool = clang
#tool = gcc
#tool = visualCpp
## use x86_64 ISA extensions, including AVX2 and FMA (default is to avoid them)
#use_fma = true
## additional Java Virtual Machine arguments for the Gradle Daemon
org.gradle.jvmargs = -Xmx2g