mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
4912f3083d
then be used for the gl_driver cvar (you will generally need to give the full path).
3 lines
125 B
Bash
Executable file
3 lines
125 B
Bash
Executable file
#! /bin/sh
|
|
|
|
gcc -o GLstub.so -shared -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations gl_stub.c
|