Skip to content

Commit

Permalink
- update to Linux makefiles -O3 instead of -g for parsing and omc run…
Browse files Browse the repository at this point in the history
…time.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 25, 2008
1 parent aff4342 commit 6613a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/runtime/Makefile.in
Expand Up @@ -30,7 +30,7 @@ endif
SHELL = /bin/sh
CC = gcc
IDL = idl
CFLAGS += -I$(RMLINCLUDE) -I$(top_builddir)/c_runtime -I$(srcdir) -I. $(CORBAINCL) -I./
CFLAGS += -O3 -I$(RMLINCLUDE) -I$(top_builddir)/c_runtime -I$(srcdir) -I. $(CORBAINCL) -I./
CXXFLAGS = $(CFLAGS)
SRC = rtopts.c socketimpl.c printimpl.c systemimpl.c settingsimpl.c
CPPSRC = ptolemyio.cpp daeext.cpp ErrorMessage.cpp errorext.cpp $(CORBASRC)
Expand Down
2 changes: 1 addition & 1 deletion flat_modelica_parser/src/Makefile.in
Expand Up @@ -18,7 +18,7 @@ INCLUDES=-I@antlrinc@ -I$(MODELICA_PARSER)

LIBP=-L@antlrlib@

CFLAGS =-g -Wall $(INCLUDES) -D DEBUG
CFLAGS =-O3 -Wall $(INCLUDES) -D DEBUG
CXXFLAGS = $(CFLAGS)

ANTLRFLAGS=
Expand Down
2 changes: 1 addition & 1 deletion modelica_parser/src/Makefile.in
Expand Up @@ -14,7 +14,7 @@ INCLUDES=-I@antlrinc@

LIBP=-L@antlrlib@

CFLAGS =-g -Wall $(INCLUDES) -D DEBUG
CFLAGS =-O3 -Wall $(INCLUDES) -D DEBUG
CXXFLAGS = $(CFLAGS)

ANTLRFLAGS=
Expand Down

0 comments on commit 6613a4d

Please sign in to comment.