From f76e20a3486b31945fd35f6b1a0bd517d6dc176e Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 7 Jan 2011 18:40:47 +0100 Subject: Improved note-compiler and added TODO-entries --- note_compiler/plugin_factory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'note_compiler/plugin_factory/Makefile') diff --git a/note_compiler/plugin_factory/Makefile b/note_compiler/plugin_factory/Makefile index 5446327..c99645d 100644 --- a/note_compiler/plugin_factory/Makefile +++ b/note_compiler/plugin_factory/Makefile @@ -1,5 +1,5 @@ CXX=g++ -CFLAGS=-Wall -fpic -O2 +CFLAGS=-Wall -fpic -O2 -pg CXXFLAGS=$(CFLAGS) LDFLAGS=-shared -fpic -Wl,-soname,libmystuff.so.1 -lc -- cgit v1.2.3