Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 13, 2024
1 parent 56b557c commit e71bbc3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions server/fhirserver.lpi
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
Expand Down Expand Up @@ -275,7 +276,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);../library"/>
<Libraries Value="/usr/local/lib64/;/tmp/openssl/lib;/tmp/openssl"/>
<Libraries Value="/usr/local/lib64/;/tmp/openssl/lib/;/tmp/openssl/"/>
<OtherUnitFiles Value="../library/fsl/tests;../library/fhir/tests;../library/fhir4/tests;../library/fhir4b/tests;../library/fhir5/tests;../library/ftx/tests;../library/fxver/tests;../library/cda/tests;../library/v2/tests;../library/fdb/tests;modules;tests;admin;../library/fcomp/tests;tx"/>
<UnitOutputDirectory Value="lib/$(BuildMode)"/>
</SearchPaths>
Expand All @@ -285,7 +286,6 @@
<TargetOS Value="linux"/>
<Optimizations>
<OptimizationLevel Value="3"/>
<StripSymbols Value="True"/> <!-- Ensure to strip debugging symbols -->
</Optimizations>
</CodeGeneration>
<Linking>
Expand All @@ -296,7 +296,7 @@
<LinkSmart Value="True"/>
<Options>
<PassLinkerOptions Value="True"/>
<LinkerOptions Value="-R ./ -Xs"/> <!-- Xs flag to strip debug info -->
<LinkerOptions Value="-R ./ -Xs"/>
</Options>
</Linking>
<Other>
Expand All @@ -307,7 +307,7 @@
<CompilerMessages>
<IgnoredMessages idx5094="True" idx5093="True" idx5092="True" idx5091="True" idx5090="True" idx5089="True" idx5024="True"/>
</CompilerMessages>
<CustomOptions Value="-k--library-path=/usr/local/lib64 -k--library-path=/tmp/openssl/lib -Os"/> <!-- Os flag for size optimization -->
<CustomOptions Value="-k--library-path=/usr/local/lib64 -k--library-path=/tmp/openssl/lib -Os"/>
</Other>
</CompilerOptions>
</Item7>
Expand Down Expand Up @@ -781,7 +781,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);../library"/>
<Libraries Value="/usr/local/lib64/;/tmp/openssl/lib;/tmp/openssl"/>
<Libraries Value="/usr/local/lib64/;/tmp/openssl/lib/;/tmp/openssl/"/>
<OtherUnitFiles Value="../library/fsl/tests;../library/fhir/tests;../library/fhir4/tests;../library/fhir4b/tests;../library/fhir5/tests;../library/ftx/tests;../library/fxver/tests;../library/cda/tests;../library/v2/tests;../library/fdb/tests;modules;tests;admin;../library/fcomp/tests;tx"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
Expand Down Expand Up @@ -884,7 +884,6 @@
</Item18>
<Item19>
<Name Value="EIdReadTimeout"/>
<Enabled Value="False"/>
</Item19>
<Item20>
<Name Value="EIdResolveError"/>
Expand Down Expand Up @@ -988,7 +987,7 @@
<Name Value="EPackageCrawlerException"/>
</Item50>
<Item51>
<Name Value="&lt;Unknown Class&gt;"/>
<Name Value="&lt;Unknown Class>"/>
</Item51>
<Item52>
<Name Value="EDateFormatError"/>
Expand Down

0 comments on commit e71bbc3

Please sign in to comment.