Skip to content
Snippets Groups Projects
Commit c76aa573 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding fpic to user build for pybind

parent b2b71ec8
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!387Merge master branch into debian packaging branch,!370shmem instead of findsharedmemory, and allow force posix shmem build option
......@@ -28,7 +28,7 @@ my ($makefileDir) = @_;
print OUTM "set(XMIT_DOLPHIN_TIME YES)\n";
}
print OUTM "list(APPEND CFLAGS \"-O2\")\n";
print OUTM "list(APPEND CFLAGS \"-O2 -fPIC\")\n";
print OUTM "list(APPEND CFLAGS \"$::servoflag\")\n";
if ($::iopModel > -1) { #************ SETUP FOR IOP ***************
......
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