Created
August 21, 2018 19:38
-
-
Save jpcima/200c6dc25d626d5a242e256424b1c024 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile.single b/Makefile.single | |
index 8cee805..4f95ae4 100644 | |
--- a/Makefile.single | |
+++ b/Makefile.single | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-AmpVTS.lv2/Makefile b/plugins/mod-caps-AmpVTS.lv2/Makefile | |
index 0c6c84a..4e4f54b 100644 | |
--- a/plugins/mod-caps-AmpVTS.lv2/Makefile | |
+++ b/plugins/mod-caps-AmpVTS.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-AutoFilter.lv2/Makefile b/plugins/mod-caps-AutoFilter.lv2/Makefile | |
index 32b67eb..6ce311d 100644 | |
--- a/plugins/mod-caps-AutoFilter.lv2/Makefile | |
+++ b/plugins/mod-caps-AutoFilter.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-CEO.lv2/Makefile b/plugins/mod-caps-CEO.lv2/Makefile | |
index d221ba0..86e0111 100644 | |
--- a/plugins/mod-caps-CEO.lv2/Makefile | |
+++ b/plugins/mod-caps-CEO.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-CabinetIII.lv2/Makefile b/plugins/mod-caps-CabinetIII.lv2/Makefile | |
index dc96871..77517c0 100644 | |
--- a/plugins/mod-caps-CabinetIII.lv2/Makefile | |
+++ b/plugins/mod-caps-CabinetIII.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-CabinetIV.lv2/Makefile b/plugins/mod-caps-CabinetIV.lv2/Makefile | |
index 6cec47e..bd3a87e 100644 | |
--- a/plugins/mod-caps-CabinetIV.lv2/Makefile | |
+++ b/plugins/mod-caps-CabinetIV.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-ChorusI.lv2/Makefile b/plugins/mod-caps-ChorusI.lv2/Makefile | |
index 1fa1126..f1d0a08 100644 | |
--- a/plugins/mod-caps-ChorusI.lv2/Makefile | |
+++ b/plugins/mod-caps-ChorusI.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Click.lv2/Makefile b/plugins/mod-caps-Click.lv2/Makefile | |
index 2635275..6b7080e 100644 | |
--- a/plugins/mod-caps-Click.lv2/Makefile | |
+++ b/plugins/mod-caps-Click.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Compress.lv2/Makefile b/plugins/mod-caps-Compress.lv2/Makefile | |
index be86516..f4967de 100644 | |
--- a/plugins/mod-caps-Compress.lv2/Makefile | |
+++ b/plugins/mod-caps-Compress.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-CompressX2.lv2/Makefile b/plugins/mod-caps-CompressX2.lv2/Makefile | |
index 820993c..2e881d9 100644 | |
--- a/plugins/mod-caps-CompressX2.lv2/Makefile | |
+++ b/plugins/mod-caps-CompressX2.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Eq10.lv2/Makefile b/plugins/mod-caps-Eq10.lv2/Makefile | |
index 1ea4715..728ef24 100644 | |
--- a/plugins/mod-caps-Eq10.lv2/Makefile | |
+++ b/plugins/mod-caps-Eq10.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Eq10X2.lv2/Makefile b/plugins/mod-caps-Eq10X2.lv2/Makefile | |
index 07fb5a0..8de5643 100644 | |
--- a/plugins/mod-caps-Eq10X2.lv2/Makefile | |
+++ b/plugins/mod-caps-Eq10X2.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Eq4p.lv2/Makefile b/plugins/mod-caps-Eq4p.lv2/Makefile | |
index 8f37baf..29a544b 100644 | |
--- a/plugins/mod-caps-Eq4p.lv2/Makefile | |
+++ b/plugins/mod-caps-Eq4p.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-EqFA4p.lv2/Makefile b/plugins/mod-caps-EqFA4p.lv2/Makefile | |
index a994aa5..061af60 100644 | |
--- a/plugins/mod-caps-EqFA4p.lv2/Makefile | |
+++ b/plugins/mod-caps-EqFA4p.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Fractal.lv2/Makefile b/plugins/mod-caps-Fractal.lv2/Makefile | |
index 24f91b2..55566ce 100644 | |
--- a/plugins/mod-caps-Fractal.lv2/Makefile | |
+++ b/plugins/mod-caps-Fractal.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Narrower.lv2/Makefile b/plugins/mod-caps-Narrower.lv2/Makefile | |
index 4015d79..bff5dbd 100644 | |
--- a/plugins/mod-caps-Narrower.lv2/Makefile | |
+++ b/plugins/mod-caps-Narrower.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Noisegate.lv2/Makefile b/plugins/mod-caps-Noisegate.lv2/Makefile | |
index 103da78..0c98a5e 100644 | |
--- a/plugins/mod-caps-Noisegate.lv2/Makefile | |
+++ b/plugins/mod-caps-Noisegate.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-PhaserII.lv2/Makefile b/plugins/mod-caps-PhaserII.lv2/Makefile | |
index 45c6740..0e4da29 100644 | |
--- a/plugins/mod-caps-PhaserII.lv2/Makefile | |
+++ b/plugins/mod-caps-PhaserII.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Plate.lv2/Makefile b/plugins/mod-caps-Plate.lv2/Makefile | |
index 7216a8e..c6aef02 100644 | |
--- a/plugins/mod-caps-Plate.lv2/Makefile | |
+++ b/plugins/mod-caps-Plate.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-PlateX2.lv2/Makefile b/plugins/mod-caps-PlateX2.lv2/Makefile | |
index 993e9fe..b534cda 100644 | |
--- a/plugins/mod-caps-PlateX2.lv2/Makefile | |
+++ b/plugins/mod-caps-PlateX2.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Saturate.lv2/Makefile b/plugins/mod-caps-Saturate.lv2/Makefile | |
index 3a48220..9df1a96 100644 | |
--- a/plugins/mod-caps-Saturate.lv2/Makefile | |
+++ b/plugins/mod-caps-Saturate.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Scape.lv2/Makefile b/plugins/mod-caps-Scape.lv2/Makefile | |
index 2399058..27b8f29 100644 | |
--- a/plugins/mod-caps-Scape.lv2/Makefile | |
+++ b/plugins/mod-caps-Scape.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Sin.lv2/Makefile b/plugins/mod-caps-Sin.lv2/Makefile | |
index 227272f..6e3a256 100644 | |
--- a/plugins/mod-caps-Sin.lv2/Makefile | |
+++ b/plugins/mod-caps-Sin.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Spice.lv2/Makefile b/plugins/mod-caps-Spice.lv2/Makefile | |
index 943c1ed..502639b 100644 | |
--- a/plugins/mod-caps-Spice.lv2/Makefile | |
+++ b/plugins/mod-caps-Spice.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-SpiceX2.lv2/Makefile b/plugins/mod-caps-SpiceX2.lv2/Makefile | |
index 2992035..58b0e52 100644 | |
--- a/plugins/mod-caps-SpiceX2.lv2/Makefile | |
+++ b/plugins/mod-caps-SpiceX2.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-ToneStack.lv2/Makefile b/plugins/mod-caps-ToneStack.lv2/Makefile | |
index 3140e82..82ad57b 100644 | |
--- a/plugins/mod-caps-ToneStack.lv2/Makefile | |
+++ b/plugins/mod-caps-ToneStack.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-White.lv2/Makefile b/plugins/mod-caps-White.lv2/Makefile | |
index 27abcbd..38f1e4a 100644 | |
--- a/plugins/mod-caps-White.lv2/Makefile | |
+++ b/plugins/mod-caps-White.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
diff --git a/plugins/mod-caps-Wider.lv2/Makefile b/plugins/mod-caps-Wider.lv2/Makefile | |
index 9368884..a25048d 100644 | |
--- a/plugins/mod-caps-Wider.lv2/Makefile | |
+++ b/plugins/mod-caps-Wider.lv2/Makefile | |
@@ -10,7 +10,7 @@ ifdef DEBUG | |
OPTS = -g -DDEBUG | |
else | |
# OPTS = -O2 -Wall -fPIC -DPIC | |
-OPTS = -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
+OPTS = -O3 -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections | |
LDFLAGS += -Wl,--strip-all | |
endif | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment