Changeset 223

Show
Ignore:
Timestamp:
02/01/07 11:12:01 (1 year ago)
Author:
aldacron
Message:

* added missing char[] declaration to the COMPIL_FLAGS constants. They were compiling, but were technically incorrect since not declared auto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/buildme.d

    r222 r223  
    8484 
    8585// compiler flags 
    86 private static const COMPILE_FLAGS_DEBUG = " -debug -g "; 
    87 private static const COMPILE_FLAGS_RELEASE = " -release -inline -O "; 
    88 private static const COMPILE_FLAGS_COMMON = " -c -op -v1 -w "; 
     86private static const char[] COMPILE_FLAGS_DEBUG = " -debug -g "; 
     87private static const char[] COMPILE_FLAGS_RELEASE = " -release -inline -O "; 
     88private static const char[] COMPILE_FLAGS_COMMON = " -c -op -v1 -w "; 
    8989 
    9090// use bud?