summaryrefslogtreecommitdiff
path: root/note_compiler/plugin_factory/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-07 18:40:47 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-07 18:40:47 +0100
commitf76e20a3486b31945fd35f6b1a0bd517d6dc176e (patch)
tree1663e3a8845469dcf7a83d2e5c844833ea89d06a /note_compiler/plugin_factory/Makefile
parent892c323f7851c76bf678369987c5c7a361626ea2 (diff)
Improved note-compiler and added TODO-entries
Diffstat (limited to 'note_compiler/plugin_factory/Makefile')
-rw-r--r--note_compiler/plugin_factory/Makefile2
1 files changed, 1 insertions, 1 deletions
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