|
|
@@ -5,7 +5,7 @@ DEP_LOCAL ?= dep |
|
|
|
$(shell mkdir -p $(DEP_LOCAL)) |
|
|
|
DEP_PATH := $(abspath $(DEP_LOCAL)) |
|
|
|
|
|
|
|
DEP_FLAGS += -g -O3 -march=nocona |
|
|
|
DEP_FLAGS += -g -O3 -march=nehalem |
|
|
|
# This is needed for Rack for DAWs. |
|
|
|
# Static libs don't usually compiled with -fPIC, but since we're including them in a shared library, it's needed. |
|
|
|
DEP_FLAGS += -fPIC |
|
|
|