diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/udm-server.project | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/server/udm-server.project b/server/udm-server.project index 723dbd4..d8d0899 100644 --- a/server/udm-server.project +++ b/server/udm-server.project @@ -2,7 +2,7 @@ <CodeLite_Project Name="udm-server"> <Plugins> <Plugin Name="qmake"> - <![CDATA[00010001N0005Debug000000000000]]> + <![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]> </Plugin> <Plugin Name="CMakePlugin"> <![CDATA[[{ @@ -14,6 +14,15 @@ "buildType": "", "arguments": [], "parentProject": "" + }, { + "name": "Release", + "enabled": false, + "buildDirectory": "build", + "sourceDirectory": "$(ProjectPath)", + "generator": "", + "buildType": "", + "arguments": [], + "parentProject": "" }]]]> </Plugin> </Plugins> @@ -138,15 +147,13 @@ </Completion> </Configuration> <Configuration Name="Release" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> - <Compiler Options="-O2 -Wall -DBOOST_LOG_DYN_LINK " C_Options="-O2 -Wall -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <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"> <IncludePath Value="server/include"/> <IncludePath Value="include"/> <IncludePath Value="include"/> <IncludePath Value="../protocol"/> </Compiler> - <Linker Options="-s " Required="yes"> - <LibraryPath Value="."/> - <LibraryPath Value="Debug"/> + <Linker Options="-s -flto=8 -fuse-linker-plugin" Required="yes"> <Library Value="protobuf"/> <Library Value="dl"/> <Library Value="boost_system"/> @@ -159,8 +166,8 @@ <Library Value="boost_random"/> </Linker> <ResourceCompiler Options="" Required="no"/> - <General OutputFile="bin/Release/udm-server" IntermediateDirectory="./Debug" Command="./udm-server" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="bin/Release" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> - <Environment EnvVarSetName="<Use Workspace Settings>" DbgSetName="<Use Global Settings>"> + <General OutputFile="bin/Release/udm-server" IntermediateDirectory="./Release" Command="./udm-server" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="bin/Release" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> + <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |