We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfe987 commit 92ce425Copy full SHA for 92ce425
myplugin1/Makefile
@@ -12,4 +12,5 @@ INCLUDE = -I../include \
12
myplugin1.so: myplugin1.c ../include/parse-tree.h
13
gcc $(INCLUDE) -shared -fPIC -o myplugin1.so myplugin1.c
14
15
-
+test: myplugin1.so
16
+ xgcc $(INCLUDE) -I ~/gcc/build/gcc/include -fplugin=./myplugin1.so -c myplugin1.c
0 commit comments