Commit Description:
Streamline performance of debug code....
Commit Description:
Streamline performance of debug code. Use raw floats for draw times and avoid resorting so many times. Seems to reduce time by about a third. Still ends up slow after leaving the game running for a few minutes.
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/Makefile
10 lines | 216 B | text/x-makefile | MakefileLexer
# Makefile for FAudio#
# Written by Ethan "flibitijibibo" Lee
build: clean
mkdir bin
cp app.config bin/FAudio-CS.dll.config
mcs /unsafe -debug -out:bin/FAudio-CS.dll -target:library FAudio.cs
clean:
rm -rf bin