This commit is contained in:
chacha
2026-02-23 23:44:30 +00:00
parent b87837ebe9
commit aaf2bed75f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ CC=gcc
CFLAGS= -Wall -std=gnu99 -O6 -march=pentium3 -fomit-frame-pointer -funroll-loops \
-fexpensive-optimizations -ffast-math -fno-strict-aliasing
CFLAGS+=-I.
CFLAGS+=-I. -I./glide_internal
CFLAGS+=-DCVG