- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » cppFlags are not forwarded to the...
Page Start Prev 1 Next End
cppFlags are not forwarded to the compiler
cppFlags are not forwarded to the compiler
Nov-02-15 19:53:52
Hello,
I am trying to optimize the fmu binaries with cpp runtime, but the flags I set using cppFlags don't seem to be taken into account as the following commands produce the same binaries on windows :
omc +simCodeTarget=Cpp +cppFlags=-O0 test.mos
omc +simCodeTarget=Cpp +cppFlags=-O2 test.mos
omc +simCodeTarget=Cpp +cppFlags=-Os test.mos
Is it the right way to use cppFlags in this context?
Regards,
Olivier
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » cppFlags are not forwarded to the...
There are 0 guests and 0 other users also viewing this topic