a little cleanup
fixed pvs-studio generated warnings fixed makefile remove vc debug symbols
This commit is contained in:
parent
eab08307da
commit
7d5d5ce81a
7 changed files with 29 additions and 57 deletions
Binary file not shown.
|
|
@ -36,7 +36,7 @@ OBJ = ${SYSTEM}/basecode.o \
|
|||
${SYSTEM}/support.o \
|
||||
${SYSTEM}/waypoint.o \
|
||||
|
||||
CCOPT = -w -O3 -m32 -s -DNDEBUG=1 -fno-exceptions -fno-rtti -funroll-loops -fomit-frame-pointer -pipe -fvisibility-inlines-hidden -fvisibility=hidden
|
||||
CCOPT = -w -O3 -m32 -s -DNDEBUG=1 -ffast-math -fno-exceptions -fno-rtti -funroll-loops -fomit-frame-pointer -pipe -fvisibility-inlines-hidden -fvisibility=hidden
|
||||
CCDEBUG = -ggdb -w -DDEBUG=1 -fpermissive
|
||||
|
||||
CFLAGS = $(CCOPT) -I../include/engine -I../include
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include <../include/resource.h>
|
||||
|
||||
// generated by update tool -- do not edit --
|
||||
#define PRODUCT_BUILD_TOOL 3850
|
||||
#define PRODUCT_BUILD_TOOL 2542
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION PRODUCT_VERSION_DWORD, PRODUCT_BUILD_TOOL
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@
|
|||
<InterproceduralOptimization>SingleFile</InterproceduralOptimization>
|
||||
<FlushDenormalResultsToZero>true</FlushDenormalResultsToZero>
|
||||
<Parallelization>false</Parallelization>
|
||||
<Optimization>MaxSpeedHighLevel</Optimization>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue