Skip to content

Instantly share code, notes, and snippets.

@katapad
Last active December 17, 2015 18:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katapad/5652051 to your computer and use it in GitHub Desktop.
Save katapad/5652051 to your computer and use it in GitHub Desktop.
IDEAで設定してるcompiler options
Project Defaults
-default-size 640 1096 -swf-version=19 -default-frame-rate 60 -default-background-color 0xFFFFFF
Additional
-define+=CONFIG::mobile,false -define+=CONFIG::ios,false -define+=CONFIG::android,false -define+=CONFIG::desktop,true -define+=CONFIG::debug,true -define+=CONFIG::release,false -define+=CONFIG::device,false -compiler.optimize=false -compiler.incremental=true
#リリースモード
-compiler.optimize=true -debug=false
#開発モード
-compiler.optimize=false -compiler.incremental=true
Project Defaults
-default-size 1280 960 -swf-version=17 -default-frame-rate 48 -default-background-color 0xFFFFFF
Additional
-define+=CONFIG::debug,true -define+=CONFIG::release,false -compiler.optimize=false -compiler.incremental=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment