Brandon.ConnectIQ in the announcement of 4.1.6 in https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/connect-iq-4-1-6-sdk-release I see some things in the changelog that I can't find any information about. For example:
- Add support for setting ‘project.typecheck’ and ‘project.optimization’ properties in a Jungle file.
What should the values be? I tried to guess them from https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/optimal-monkey-c but it doesn't seem to have any effect:
but when I click Run this is the command I see in the terminal:
java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /home/gavriel/Garmin/ConnectIQ/Sdks/connectiq-sdk-lin-4.1.6-2022-11-04-17f8cfdf3/bin/monkeybrains.jar -o bin/MyApp.prg -f /home/gavriel/Garmin/MyApp/monkey.jungle;/home/gavriel/Garmin/MyApp/barrels.jungle -y /home/gavriel/Garmin/developer_key.der -d fenix6_sim -w -l 3
WARNING: The type check level is specified both at the command line and in a Jungle file. The Jungle file specification will be ignored.