mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
4 lines
225 B
Bash
Executable file
4 lines
225 B
Bash
Executable file
#! /bin/sh
|
|
|
|
gcc -o GLstub.so -g -fPIC -shared -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations gl_stub.c gls_norm.c gls_trace.c
|
|
#gcc -o GLstub.so -g -fPIC -shared gl_stub.c gls_norm.c gls_trace.c
|