1
0
mirror of synced 2025-01-19 01:14:04 +01:00

Move to gcc

This commit is contained in:
Bobby Dilley 2025-01-08 17:23:53 +00:00
parent dfaa52b7e2
commit 3ecf3a765f

View File

@ -1,6 +1,6 @@
CC = gcc -m32 -pthread
CFLAGS = -g -fPIC -m32 -Wall -Werror -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -D_GNU_SOURCE -Wno-char-subscripts
LD = g++ -m32
LD = gcc -m32
LDFLAGS = -Wl,-z,defs -rdynamic -static-libgcc -lc -ldl -lGL -lglut -lX11 -lSDL2 -lm -lpthread -shared -nostdlib -lasound -L./src/libxdiff -lxdiff
BUILD = build