diff options
Diffstat (limited to 'comport')
-rw-r--r-- | comport/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile index be1da27..598d5e1 100644 --- a/comport/makefile +++ b/comport/makefile @@ -69,7 +69,7 @@ pd_linux: comport.pd_linux .SUFFIXES: .pd_linux -LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch |