OpenFLで-dce fullを指定するとアプリが起動しない
タイトルの通りです。OpenFLで-dce fullを指定するとFlash出力などではmain関数ごと消し去られるので、@:keepを記述しましょう。
こんな感じに
Main.hx
class Main {
@:keep static public function main() {
//ここに処理を記述
}
}
Author And Source
この問題について(OpenFLで-dce fullを指定するとアプリが起動しない), 我々は、より多くの情報をここで見つけました https://qiita.com/shohei909/items/1188ac302bbeaba56f2f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .