Adjust windows make command
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ LDFLAGS=-lm
|
|||||||
PREFIX= /usr/local
|
PREFIX= /usr/local
|
||||||
|
|
||||||
WINDOWS_CC=x86_64-w64-mingw32-gcc
|
WINDOWS_CC=x86_64-w64-mingw32-gcc
|
||||||
WINDOWS_CFLAGS= -Wall -O3 -ansi -pedantic-errors
|
WINDOWS_CFLAGS= -Wall -O3 -ansi -pedantic-errors -pthread
|
||||||
WINDOWS_PLATFORM= windows
|
WINDOWS_PLATFORM= windows
|
||||||
|
|
||||||
.DEFAULT_GOAL := build/opt-pricer
|
.DEFAULT_GOAL := build/opt-pricer
|
||||||
|
|||||||
BIN
build/opt-pricer
Executable file
BIN
build/opt-pricer
Executable file
Binary file not shown.
Reference in New Issue
Block a user