We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e0c7e commit c241ed4Copy full SHA for c241ed4
e9compile.sh
@@ -15,6 +15,8 @@
15
# You should have received a copy of the GNU General Public License
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
+include_examples_path="examples/"
19
+
20
if [ -t 1 ]
21
then
22
RED=$'\033[31m'
@@ -66,7 +68,7 @@ CFLAGS=(
66
68
-fpie -O2 -Wno-unused-function -U_FORTIFY_SOURCE
67
69
-mno-mmx -mno-sse -mno-avx -mno-avx2 -mno-avx512f -msoft-float
70
-mstringop-strategy=loop -fno-tree-vectorize -fomit-frame-pointer
- -I examples/
71
+ -I "$include_examples_path"
72
)
73
COMPILE=("$CC" "${CFLAGS[@]}" -c -Wall "$@" "$1")
74
0 commit comments