diff --git a/Sources/Makefile b/Sources/Makefile index 10f2e45..2a23fe0 100644 --- a/Sources/Makefile +++ b/Sources/Makefile @@ -637,10 +637,6 @@ else OPTFLAG := -O3 -ffast-math -falign-loops=16 -fno-math-errno ifneq ($(strip $(macosx)),true) OPTFLAG += -march=pentium -mcpu=pentiumpro - else - ifeq ($(strip $(static_link)),true) - OPTFLAG += -mdynamic-no-pic - endif endif endif CFLAGS += -DNDEBUG -D_NDEBUG $(OPTFLAG)