mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Don't pass -mavx2 in the batch file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
SET c_compiler=gcc
|
SET c_compiler=gcc
|
||||||
SET cpp_compiler=g++
|
SET cpp_compiler=g++
|
||||||
SET options=-Wall -mavx2
|
SET options=-Wall
|
||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
%c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe %options%
|
%c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe %options%
|
||||||
|
|||||||
Reference in New Issue
Block a user