diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2016-08-03 18:54:55 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2016-08-03 18:54:55 +0300 |
| commit | 6e1ffb99805ea6a19f357cb74f63fe57aaf6236d (patch) | |
| tree | 0d2103b707ba3cb0f74d78ab7eca2675fe9f18e5 /server/modules/metadata/flat_files/module_metadata_flat_files.project | |
| parent | 3bae8115dda2ee5a8e055b4f1aea45fa43088eab (diff) | |
server:
all projects: corected cflafs/cxxflags
modules:
metadata_flat:
fixed crash on non-existing setting check
client:
enable ui only after events subscription to avid hypotetically not handled events
Diffstat (limited to 'server/modules/metadata/flat_files/module_metadata_flat_files.project')
| -rw-r--r-- | server/modules/metadata/flat_files/module_metadata_flat_files.project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/modules/metadata/flat_files/module_metadata_flat_files.project b/server/modules/metadata/flat_files/module_metadata_flat_files.project index 483431c..f4bf3ce 100644 --- a/server/modules/metadata/flat_files/module_metadata_flat_files.project +++ b/server/modules/metadata/flat_files/module_metadata_flat_files.project @@ -36,7 +36,7 @@ <ResourceCompiler Options=""/> </GlobalSettings> <Configuration Name="Debug" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> - <Compiler Options="-std=c++11;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" C_Options="-std=c++11;-std=c99;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <Compiler Options="-std=c++11;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" C_Options="-std=c99;-Wall;-g -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> <IncludePath Value="../../../include"/> </Compiler> <Linker Options="-O0" Required="yes"> @@ -82,7 +82,7 @@ </Completion> </Configuration> <Configuration Name="Release" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> - <Compiler Options="-std=c++11 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " C_Options="-std=c++11 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <Compiler Options="-std=c++11 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " C_Options="-std=c99 -O2 -Wall -fexceptions -fPIC -DBOOST_LOG_DYN_LINK " Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> <IncludePath Value="../../../include"/> </Compiler> <Linker Options="-s " Required="yes"> |
