Re: avoid codegen pass

2021-10-02 Thread Padlev via Digitalmars-d-learn
On Saturday, 2 October 2021 at 13:26:27 UTC, Adam D Ruppe wrote: On Saturday, 2 October 2021 at 13:24:19 UTC, Padlev wrote: -o- how to run only semantic and avoid codegen to have a quicker run? -o- does skip codegen already so why this? it seems to take a long time from the last import

avoid codegen pass

2021-10-02 Thread Padlev via Digitalmars-d-learn
hello, i run dmd from editor to check syntax of what i am writing, with -c -o-. how to run only semantic and avoid codegen to have a quicker run?