mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
no profiler by default in Linux PyCharm build
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-Xms32m
|
||||
-Xmx512m
|
||||
-XX:MaxPermSize=120m
|
||||
-ea
|
||||
@@ -308,7 +308,7 @@ def buildTarGz() {
|
||||
include(name: "pycharm.sh")
|
||||
}
|
||||
tarfileset(dir: "$home/python/build", fullpath: "$tarRoot/bin/pycharm.vmoptions") {
|
||||
include(name: "pycharm.exe.vmoptions")
|
||||
include(name: "pycharm.vmoptions")
|
||||
}
|
||||
tarfileset(dir: "$home/python/help", includes: "pycharmhelp.jar", prefix: "$tarRoot/help")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user