Skip to content
Snippets Groups Projects
Commit a2edfae1 authored by Timo Koch's avatar Timo Koch
Browse files

[cmake.opts] Use shared libs when using Python

parent 1163361a
No related branches found
No related tags found
1 merge request!2681Feature/python main file
...@@ -47,7 +47,7 @@ DUMUX_DISABLE_PROP_MACROS="" ...@@ -47,7 +47,7 @@ DUMUX_DISABLE_PROP_MACROS=""
# to enable Python bindings # to enable Python bindings
DUMUX_ENABLE_PYTHON_BINDINGS="" DUMUX_ENABLE_PYTHON_BINDINGS=""
#DUMUX_ENABLE_PYTHON_BINDINGS="-DDUNE_ENABLE_PYTHONBINDINGS=1 -DCMAKE_POSITION_INDEPENDENT_CODE=1" #DUMUX_ENABLE_PYTHON_BINDINGS="-DDUNE_ENABLE_PYTHONBINDINGS=1 -DBUILD_SHARED_LIBS=1"
# for debug opts you can set DCMAKE_BUILD_TYPE to "Debug" or "RelWithDebInfo" # for debug opts you can set DCMAKE_BUILD_TYPE to "Debug" or "RelWithDebInfo"
# you can also do this in any of the CMakeLists.txt in Dumux # you can also do this in any of the CMakeLists.txt in Dumux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment