Remove static linking from makefile
This commit is contained in:
parent
5026bfa105
commit
e6ce8d7ef0
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ SOURCES := src/*.c
|
||||
|
||||
CFLAGS := -w -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/
|
||||
OFLAGS := -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations
|
||||
LFLAGS := -B static -lSDL -lm -lbz2
|
||||
LFLAGS := -lSDL -lm -lbz2
|
||||
MFLAGS_SSE3 := -march=native -DX86 -DX86_SSE3 -msse3
|
||||
MFLAGS_SSE2 := -march=native-DX86 -DX86_SSE2 -msse2
|
||||
MFLAGS_SSE := -march=native -DX86 -DX86_SSE
|
||||
|
Reference in New Issue
Block a user