added debug support
[libfirm] / MakeRules.in
index e33c3e0..eb60b2a 100644 (file)
@@ -27,7 +27,7 @@ LN_S := @LN_S@
 
 # profiling enabled?
 ifeq (@enable_profile_libfirm@,yes)
-LDFLAGS += -g -pg
+LDFLAGS += # -g -pg GL: geht bei mir nicht: unrecognised option
 endif
 
 AR := @AR@