Super Dev Mode skips many optimizations, both to decrease compile times and 
also to make incremental compilations possible - it isn't possible to make 
SDM behave the exact same as a production compile. One way you can get 
close is to specify -draftCompile (how you specify it may vary based on how 
you run the compiler) so that the production build skips many optimizations.

Can you elaborate on what the strange error is?

On Friday, June 16, 2023 at 11:32:37 AM UTC-5 nikola wrote:

> Hello,
>
> The code has passed in development mode but when it's deployed I got an 
> strange error. Is there a difference in generated compiled code when 
> deployed and code in development mode ?
> And if true, where can I change that setting to have it equals
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/e658fb10-02eb-48b8-b1a3-d6269c4fed9cn%40googlegroups.com.

Reply via email to