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 ad87eba commit 6048a21Copy full SHA for 6048a21
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'
@@ -67,7 +69,7 @@ CFLAGS=(
67
69
-fpie -O2 -Wno-unused-function -U_FORTIFY_SOURCE
68
70
-mno-mmx -mno-sse -mno-avx -mno-avx2 -mno-avx512f -msoft-float
71
-mstringop-strategy=loop -fno-tree-vectorize -fomit-frame-pointer
- -I examples/
72
+ -I "$include_examples_path"
73
)
74
COMPILE=("$CC" "${CFLAGS[@]}" -c -Wall "$@" "$SOURCE")
75
0 commit comments