diff options
-rw-r--r-- | server/udm-server.project | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/server/udm-server.project b/server/udm-server.project index bc75b55..8442795 100644 --- a/server/udm-server.project +++ b/server/udm-server.project @@ -93,6 +93,7 @@ <Linker Options="-O0" Required="yes"> <LibraryPath Value="."/> <LibraryPath Value="Debug"/> + <LibraryPath Value="/usr/lib/x86_64-linux-gnu/"/> <Library Value="protobuf"/> <Library Value="dl"/> <Library Value="boost_system"/> @@ -106,6 +107,7 @@ </Linker> <ResourceCompiler Options="" Required="no"/> <General OutputFile="bin/Debug/udm-server" IntermediateDirectory="./Debug" Command="./udm-server" CommandArguments="--run" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="bin/Debug" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> + <BuildSystem Name="Default"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[]]> </Environment> @@ -149,13 +151,14 @@ </Completion> </Configuration> <Configuration Name="Release" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> - <Compiler Options="-fno-fat-lto-objects -flto=8 -std=c++11 -O2 -Wall -DBOOST_LOG_DYN_LINK " C_Options="-fno-fat-lto-objects -flto=8 -std=c99 -O2 -Wall -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <Compiler Options="-std=c++11 -O2 -Wall -DBOOST_LOG_DYN_LINK " C_Options="-std=c99 -O2 -Wall -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> <IncludePath Value="server/include"/> <IncludePath Value="include"/> <IncludePath Value="include"/> <IncludePath Value="../protocol"/> </Compiler> - <Linker Options="-s -flto=8 -fuse-linker-plugin" Required="yes"> + <Linker Options="" Required="yes"> + <LibraryPath Value="/usr/lib/x86_64-linux-gnu/"/> <Library Value="protobuf"/> <Library Value="dl"/> <Library Value="boost_system"/> @@ -169,6 +172,7 @@ </Linker> <ResourceCompiler Options="" Required="no"/> <General OutputFile="bin/Release/udm-server" IntermediateDirectory="./Release" Command="./udm-server" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="bin/Release" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> + <BuildSystem Name="Default"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[]]> </Environment> |