Skip to content

Commit b5ca119

Browse files
committed
fix plugin compilation issue
1 parent c992a10 commit b5ca119

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

GPR/example/mdk/ACI-Example.uvoptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
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>
@@ -307,7 +307,7 @@
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>

GPR/plugin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CXXFLAGS = -O3 -Wall -Wall -Wextra -pedantic -fPIC -Wno-unused-parameter -std=c+
2121
# Dependency-generation flags
2222
DEPFLAGS = -MMD -MP
2323
# linker flags
24-
LDFLAGS = -shared
24+
LDFLAGS = -shared -static
2525

2626

2727
# Build directories

MVE/plugin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CXXFLAGS = -O3 -Wall -Wall -Wextra -pedantic -fPIC -Wno-unused-parameter -std=c+
2121
# Dependency-generation flags
2222
DEPFLAGS = -MMD -MP
2323
# linker flags
24-
LDFLAGS = -shared
24+
LDFLAGS = -shared -static
2525

2626

2727
# Build directories

0 commit comments

Comments
 (0)