Changeset 34 for sources/configure.ac


Ignore:
Timestamp:
Jun 29, 2009, 5:43:54 PM (15 years ago)
Author:
buchmann
Message:

Remove an unused regression test.
Update some other tests.
Add a TODO section into README file.
Disable some debugging compiler options for common users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/configure.ac

    r27 r34  
    3333MY_ARG_ENABLE(check_multiwriting2port, [Report if port is written twice], [no])
    3434MY_ARG_ENABLE(check_multiwriting2register, [Report if unconnected signal is written twice], [no])
    35 MY_ARG_ENABLE(debug, [Enable debugging], [yes])
    36 MY_ARG_ENABLE(default_runtime_compilation, [Default is to compile scheduling code], [yes])
     35MY_ARG_ENABLE(debug, [Enable debugging], [no])
     36MY_ARG_ENABLE(default_runtime_compilation, [Compile scheduling code], [no])
    3737
    3838# Also set -DNDEBUG when not debugging, this disables assert()s
Note: See TracChangeset for help on using the changeset viewer.