Update Makefile

This commit is contained in:
2026-02-24 00:35:55 +01:00
parent cd4566179c
commit 7fb9529ea8

View File

@@ -1,13 +1,8 @@
CC=gcc
CFLAGS= -Wall -std=gnu99 -O6 -march=pentium3 -fomit-frame-pointer -funroll-loops \
-fexpensive-optimizations -ffast-math -fno-strict-aliasing
CFLAGS+=-I. -I/home/chacha/glide-test/glide2x/cvg/init \
-I/home/chacha/glide-test/glide2x/swlibs/newpci/pcilib \
-I/home/chacha/glide-test/glide2x/swlibs/fxmisc \
-I/home/chacha/glide-test/glide2x/cvg/incsrc \
-I/home/chacha/glide-test/glide2x/cvg/glide/src
CFLAGS+=-I.
CFLAGS+=-DCVG