Skip to content

Instantly share code, notes, and snippets.

@tvolkert
Created November 22, 2016 18:11
Show Gist options
  • Save tvolkert/dee270120b694bbe7eeca24b398dbf22 to your computer and use it in GitHub Desktop.
Save tvolkert/dee270120b694bbe7eeca24b398dbf22 to your computer and use it in GitHub Desktop.
```
$ ./tools/gn --unoptimized --runtime-mode debug --target-os ios --ios --simulator
gn gen --check in out/ios_debug_sim_unopt
ERROR at the command-line "--args":1:294: Build argument has no effect.
goma_dir="/Users/tvolkert/project/goma" skia_use_dng_sdk=false is_clang=true use_goma=true flutter_runtime_mode="debug" target_cpu="x64" dart_experimental_interpreter=false skia_use_sfntly=false use_glfw=false use_ios_simulator=true is_debug=true dart_runtime_mode="develop" use_libjpeg_turbo=false flutter_aot=false skia_use_fontconfig=false ios_deployment_target="7.0" android_full_debug=false skia_use_libwebp=false target_os="ios"
^----
The variable "use_libjpeg_turbo" was set as a build argument
but never appeared in a declare_args() block in any buildfile.
To view possible args, run "gn args --list <builddir>"
Done. Made 337 targets from 122 files in 2203ms
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment