dub.sdl: Use compiler specific `-preview=in`. Disable it for GDC.
Having `-preview=in` in dflags without a platform specification
leads to errors with gdc:
```
gdc: error: unrecognized command-line option ‘-preview=in’; did you mean ‘-fpreview=in’?
```

However, using the proper `-fpreview=in` for gdc causes an ICE:
```
/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/d/std/math/exponential.d:587:30: internal compiler error: in layout_aggregate_type, at d/types.cc:562
  587 |             enum maxOdd = pow(2.0L, real.mant_dig) - 1.0L;
```

Leave `-preview=in` enabled for dmd and ldc and wait for a fix
before enabling it for gdc.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent a59e456 commit 88269dc72c02204a1107a66a2181a0d6fdf6b99d
@Andrei Horodniceanu Andrei Horodniceanu authored on 13 Jan 2024
Mathias LANG committed on 13 Jan 2024
Showing 1 changed file
View
dub.sdl