jdk/make/java/java_hprof_demo/Makefile
changeset 849 be386e469547
parent 2 90ce3da70b43
child 919 909db04edd73
equal deleted inserted replaced
848:8519a48b52bd 849:be386e469547
    90 # Tell library.gmk to copy the txt file first
    90 # Tell library.gmk to copy the txt file first
    91 #
    91 #
    92 INIT += $(LIBDIR)/jvm.hprof.txt
    92 INIT += $(LIBDIR)/jvm.hprof.txt
    93 
    93 
    94 #
    94 #
    95 # This removes all asserts in the optimized version
       
    96 #
       
    97 CPPFLAGS_OPT += -DNDEBUG
       
    98 
       
    99 #
       
   100 # This puts logging code in
    95 # This puts logging code in
   101 #
    96 #
   102 CPPFLAGS_DBG += -DHPROF_LOGGING
    97 CPPFLAGS_DBG += -DHPROF_LOGGING
   103 
    98 
   104 #
    99 #