chg back to g++
This commit is contained in:
parent
014e830a04
commit
17ebdde707
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
export CC = gcc
|
export CC = gcc
|
||||||
export CXX = clang++
|
export CXX = g++
|
||||||
export LDFLAGS= -pthread -lm
|
export LDFLAGS= -pthread -lm
|
||||||
|
|
||||||
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -pedantic
|
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -pedantic
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user