~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/stdlib/include/erl_compile.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                                                % element is an atom (the name to
29
29
                                                % define), or a {Name, Value}
30
30
                                                % tuple.
31
 
          warning=0,                            % Warning level (0 - no
32
 
                                                % warnings).
 
31
          warning=1,                            % Warning level (0 - no
 
32
                                                % warnings, 1 - standard level,
 
33
                                                % 2, 3, ... - more warnings).
33
34
          verbose=false,                        % Verbose (true/false).
34
35
          optimize=999,                         % Optimize options.
35
36
          specific=[],                          % Compiler specific options.