Skip to content

Commit

Permalink
Add target for the debug build of OMSimulator (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jun 10, 2020
1 parent 1044e37 commit b5354d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Expand Up @@ -31,6 +31,8 @@ omsimulator.skip:
$(MAKE) -C OMSimulator config-3rdParty CERES=OFF "host_short=@host_short@" CC="@CC@" CXX="@CXX@" CFLAGS="@CFLAGS@" CPPFLAGS="@CPPFLAGS@" CXXFLAGS="@CXXFLAGS@"
$(MAKE) -C OMSimulator config-OMSimulator OMBUILDDIR=@OMBUILDDIR@ OMSYSIDENT=OFF "host_short=@host_short@" CC="@CC@" CXX="@CXX@" CFLAGS="@CFLAGS@" CPPFLAGS="@CPPFLAGS@" CXXFLAGS="@CXXFLAGS@"
$(MAKE) -C OMSimulator OMBUILDDIR=@OMBUILDDIR@ "host_short=@host_short@" CC="@CC@" CC="@CC@" CXX="@CXX@" CFLAGS="@CFLAGS@" CPPFLAGS="@CPPFLAGS@" CXXFLAGS="@CXXFLAGS@"
omsimulator-debug:
$(MAKE) omsimulator BUILD_TYPE=Debug
omnotebook: omnotebook.skip
omnotebook.skip: omc omplot
$(MAKE) -C OMNotebook
Expand Down

0 comments on commit b5354d9

Please sign in to comment.