mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-18 14:37:14 +00:00
Adding proper -optimize flag to release build make target.
This commit is contained in:
parent
1a8273cdc2
commit
55c7c04b0b
2
Makefile
2
Makefile
|
@ -104,7 +104,7 @@ clean-debug:
|
||||||
release: clean-release
|
release: clean-release
|
||||||
mkdir -p bin/release
|
mkdir -p bin/release
|
||||||
cp SDL2-CS.dll.config bin/release
|
cp SDL2-CS.dll.config bin/release
|
||||||
dmcs /unsafe -out:bin/release/SDL2-CS.dll -target:library $(SDL2) $(MINITK) $(DEPS)
|
dmcs /unsafe -optimize -out:bin/release/SDL2-CS.dll -target:library $(SDL2) $(MINITK) $(DEPS)
|
||||||
|
|
||||||
clean-release:
|
clean-release:
|
||||||
rm -rf bin/release
|
rm -rf bin/release
|
||||||
|
|
Loading…
Reference in a new issue