File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7575 <OPTFL >
7676 <tvExp >1</tvExp >
7777 <tvExpOptDlg >0</tvExpOptDlg >
78- <IsCurrentTarget >0 </IsCurrentTarget >
78+ <IsCurrentTarget >1 </IsCurrentTarget >
7979 </OPTFL >
8080 <CpuCode >7</CpuCode >
8181 <DebugOpt >
307307 <OPTFL >
308308 <tvExp >1</tvExp >
309309 <tvExpOptDlg >0</tvExpOptDlg >
310- <IsCurrentTarget >1 </IsCurrentTarget >
310+ <IsCurrentTarget >0 </IsCurrentTarget >
311311 </OPTFL >
312312 <CpuCode >7</CpuCode >
313313 <DebugOpt >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ CXXFLAGS = -O3 -Wall -Wall -Wextra -pedantic -fPIC -Wno-unused-parameter -std=c+
2121# Dependency-generation flags
2222DEPFLAGS = -MMD -MP
2323# linker flags
24- LDFLAGS = -shared
24+ LDFLAGS = -shared -static
2525
2626
2727# Build directories
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ CXXFLAGS = -O3 -Wall -Wall -Wextra -pedantic -fPIC -Wno-unused-parameter -std=c+
2121# Dependency-generation flags
2222DEPFLAGS = -MMD -MP
2323# linker flags
24- LDFLAGS = -shared
24+ LDFLAGS = -shared -static
2525
2626
2727# Build directories
You can’t perform that action at this time.
0 commit comments