Commit 48eda948 authored by David Reid's avatar David Reid

Don't pass -mavx2 in the batch file.

parent 8459892b
@echo off
SET c_compiler=gcc
SET cpp_compiler=g++
SET options=-Wall -mavx2
SET options=-Wall
@echo on
%c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe %options%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment