Skip to content

Commit

Permalink
- Fix clean compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 9, 2011
1 parent 6d4bfd9 commit 2195759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/Makefile.common
Expand Up @@ -2,7 +2,7 @@ AR = ar -ru
ANSI= #-ansi
CXXFLAGS := $(CFLAGS) -Wall $(ANSI) $(EXTRA_CFLAGS)
CFLAGS := $(CFLAGS) -Wall $(ANSI) -pedantic $(EXTRA_CFLAGS)
CPPFLAGS = -I. -Iinteractive/ -Imeta/ -I../
CPPFLAGS = -I. -Iinteractive/ -Imeta/ -I../ -I../Compiler/runtime/
FFLAGS = -O -fexceptions
# P.A: before, g77 had -O3 or -O2 but that caused a bug in DDASRT, giving infinite loop.

Expand Down
1 change: 1 addition & 0 deletions c_runtime/simulation_init.cpp
Expand Up @@ -35,6 +35,7 @@
#include "simulation_runtime.h"
#include "solver_main.h"
#include <math.h>
#include <string.h>

enum INIT_INIT_METHOD
{
Expand Down

0 comments on commit 2195759

Please sign in to comment.