Skip to content

Commit

Permalink
compile with -pg for uftrace
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasbagnall committed Nov 8, 2016
1 parent 4056c01 commit 29bc6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local.mak.example.x86_64
@@ -1,4 +1,4 @@
DEV_CFLAGS = -ggdb -Ofast -fno-inline
DEV_CFLAGS = -ggdb -Ofast -fno-inline -pg
ARCH_CFLAGS = -fPIC -DPIC -m64 -D_FILE_OFFSET_BITS=64

#recur-nn.o works better with -fprefetch-loop-arrays
Expand Down

0 comments on commit 29bc6dd

Please sign in to comment.