Skip to content

Commit

Permalink
Adrian Pop, adrpo@ida.liu.se
Browse files Browse the repository at this point in the history
2004-11-05
Makefile.in
Added commented lines for creating
debugging versions of modeq


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 5, 2004
1 parent fe1fc80 commit cf947a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modeq/Makefile.in
Expand Up @@ -16,6 +16,7 @@ SHELL = /bin/sh
CC = gcc
CFLAGS = $(USE_CORBA)
RMLHOME = @rmlhome@
#RML = @rmlc_bin@ -g -Wc,-O3,-DRML_MORE_LOGGING
RML = @rmlc_bin@ -Wc,-O3
RMLINC = -I$(RMLHOME)/include/plain
MYRML = ./myrmlc
Expand All @@ -31,8 +32,8 @@ else
CORBALIB =
endif

LDFLAGS = -L$(RMLHOME)/lib/plain $(ANTLR_LIBP) -lrml -lm -lantlr $(LIBSOCKET) \
$(CORBALIB) -lm -lpthread
#LDFLAGS = -L$(RMLHOME)/lib/plain $(ANTLR_LIBP) -lrml_g -lm -lantlr $(LIBSOCKET) $(CORBALIB) -lm -lpthread -lreadline
LDFLAGS = -L$(RMLHOME)/lib/plain $(ANTLR_LIBP) -lrml -lm -lantlr $(LIBSOCKET) $(CORBALIB) -lm -lpthread

PROG = modeq
AST = absyn_builder/absyn_builder.a
Expand Down

0 comments on commit cf947a7

Please sign in to comment.