Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Assert, Debug output in normal default build
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 5, 2011
1 parent 75a0cf9 commit c409aab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wscript
Expand Up @@ -521,7 +521,6 @@ def configure(conf):

# Configure default variant
conf.setenv('default')
conf.env.append_value('CPPFLAGS', '-DNDEBUG')
default_compile_flags = ['-g', '-O3']
conf.env.append_value('CCFLAGS', default_compile_flags)
conf.env.append_value('CXXFLAGS', default_compile_flags)
Expand Down Expand Up @@ -716,8 +715,8 @@ def build(bld):
native_cc_debug = native_cc.clone("debug")
native_cc_debug.rule = javascript_in_c_debug

native_cc.rule = javascript_in_c
native_cc.rule = javascript_in_c_debug

if bld.env["USE_DTRACE"]:
dtrace = bld.new_task_gen(
name = "dtrace",
Expand Down

0 comments on commit c409aab

Please sign in to comment.