Skip to content
Snippets Groups Projects

shmem instead of findsharedmemory, and allow force posix shmem build option

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:userspace-shmem into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 ***************
Loading