mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
build 480
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@480 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
08989c78a7
commit
d0a185c664
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -31,7 +31,7 @@ TEXT_OBJDIR=$(TEXT_SRCDIR)/obj
|
||||||
UTIL_OBJDIR=$(UTIL_SRCDIR)/obj
|
UTIL_OBJDIR=$(UTIL_SRCDIR)/obj
|
||||||
OUTPUT_DIR=../../hlds_l/ns/dlls
|
OUTPUT_DIR=../../hlds_l/ns/dlls
|
||||||
|
|
||||||
BASE_CFLAGS=-Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -DAVH_SERVER -DLINUX -DVALVE_DLL -DQUIVER -DVOXEL -DQUAKE2 -DDEDICATED -DSWDS -D_STLP_USE_GLIBC -DUSE_OLDAUTH
|
BASE_CFLAGS=-Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -DAVH_SERVER -DLINUX -DVALVE_DLL -DQUIVER -DVOXEL -DQUAKE2 -DDEDICATED -DSWDS -D_STLP_USE_GLIBC -DUSE_OLDAUTH -DAVH_SECURE_PRERELEASE_BUILD
|
||||||
|
|
||||||
#full optimization
|
#full optimization
|
||||||
CFLAGS=$(BASE_CFLAGS) -w -Wall -nostdinc++ -ffor-scope -fPIC -mcpu=i486 -O3 -pipe -funroll-loops -fdelayed-branch -malign-loops=4 -malign-jumps=4 -malign-functions=4
|
CFLAGS=$(BASE_CFLAGS) -w -Wall -nostdinc++ -ffor-scope -fPIC -mcpu=i486 -O3 -pipe -funroll-loops -fdelayed-branch -malign-loops=4 -malign-jumps=4 -malign-functions=4
|
||||||
|
|
Loading…
Reference in a new issue