Changeset c2c05f78 in OpenModelica


Ignore:
Timestamp:
2020-06-10T09:49:11+02:00 (4 years ago)
Author:
Lennart Ochel <lennart.ochel@…>
Parents:
327c277
Message:

Add target for the debug build of OMSimulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r327c277 rc2c05f78  
    3232  $(MAKE) -C OMSimulator config-OMSimulator OMBUILDDIR=@OMBUILDDIR@ OMSYSIDENT=OFF "host_short=@host_short@" CC="@CC@" CXX="@CXX@" CFLAGS="@CFLAGS@" CPPFLAGS="@CPPFLAGS@" CXXFLAGS="@CXXFLAGS@"
    3333  $(MAKE) -C OMSimulator OMBUILDDIR=@OMBUILDDIR@ "host_short=@host_short@" CC="@CC@" CC="@CC@" CXX="@CXX@" CFLAGS="@CFLAGS@" CPPFLAGS="@CPPFLAGS@" CXXFLAGS="@CXXFLAGS@"
     34omsimulator-debug:
     35  $(MAKE) omsimulator BUILD_TYPE=Debug
    3436omnotebook: omnotebook.skip
    3537omnotebook.skip: omc omplot
Note: See TracChangeset for help on using the changeset viewer.