Skip to content

Commit b7e33cd

Browse files
committed
etlegacy-unwrapped: add more compilation flags
1 parent 96aa751 commit b7e33cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkgs/by-name/et/etlegacy-unwrapped/package.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,19 @@ stdenv.mkDerivation {
9090

9191
cmakeFlags = [
9292
"-DCROSS_COMPILE32=0"
93+
"-DCMAKE_BUILD_TYPE=Release"
9394
"-DBUILD_SERVER=1"
9495
"-DBUILD_CLIENT=1"
96+
"-DBUNDLED_ZLIB=0"
97+
"-DBUNDLED_CJSON=0"
9598
"-DBUNDLED_JPEG=0"
9699
"-DBUNDLED_LIBS=0"
100+
"-DBUNDLED_FREETYPE=0"
101+
"-DBUNDLED_OGG_VORBIS=0"
102+
"-DBUNDLED_OPENAL=0"
103+
"-DBUNDLED_PNG=0"
104+
"-DBUNDLED_THEORA=0"
105+
"-DBUNDLED_MINIZIP=0"
97106
"-DINSTALL_EXTRA=0"
98107
"-DINSTALL_OMNIBOT=0"
99108
"-DINSTALL_GEOIP=0"

0 commit comments

Comments
 (0)