I'm afraid you cannot disable assertions: https://github.com/gwtproject/gwt/blob/2.7.0/dev/codeserver/java/com/google/gwt/dev/codeserver/CompilerOptionsImpl.java#L216-L219
On Wednesday, August 18, 2021 at 4:54:53 PM UTC+2 [email protected] wrote: > We have a legacy application, GWT 2.7.0. Application works fine, but > when running in debug mode, we get assert popups. These asserts are > pointing out legitimate programming issues, but we are not > wanting/authorized to fix them. > > For the moment, we like to turn off the asserts in super debug mode so we > can continue with new development. > > I am not able to figure out how to pass the -- -nocheckAssertions > compiler option thru the CodeServer. On top of that, we are using > Eclipse with the GWT Plugin as dev env. > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0ca0fb3e-811c-4a46-bcb4-a8ed7a94f2f2n%40googlegroups.com.
