Skip to content

Commit

Permalink
- CPPFLAGS are PREPROCESSOR flags, not CFLAGS
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 28, 2012
1 parent 99066b7 commit 505e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC=@CC@
CXX=@CXX@

CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@ -I. -I"../../c" -fPIC -O3
CPPFLAGS=@CPPFLAGS@ -I. -I"../../c"

EXEEXT=
DLLEXT=.so
Expand Down

0 comments on commit 505e3eb

Please sign in to comment.