Default values for compiler switches didn't work at all (they were strings instead of bools)
Made default values of all compiler arguments false - simply using a compile switch will set it to true
Inverted behavior of ex --nocompiledate (now --add_compile_date) switch
All compile switches now have a single letter shorthand
Removed circular import of ksp_compiler.py in preprocessor_plugins.py
Updated README with info about how to compile from command line
Default values for compiler switches didn't work at all (they were strings instead of bools) Made default values of all compiler arguments false - simply using a compile switch will set it to true Inverted behavior of ex --nocompiledate (now --add_compile_date) switch All compile switches now have a single letter shorthand Removed circular import of ksp_compiler.py in preprocessor_plugins.py Updated README with info about how to compile from command line