I have developed a Tool for managing my driver using nim/ui. There two options below which i used to compile my tool on linux.- nim c --cc:gcc --threads:on driver.nim
- nim c --threads:on driver.nim
option 2 works but option 1 doesnt compile the libui library.
Its strange anyways gcc will be chossen as default compiler. Where does specifying it explicitly goes wrong?