addCodePath(commandLine, module, target, context);
addParseTransforms(commandLine, module);
addDebugInfo(commandLine, erlangModulePaths, outputDirectory, compilerOptions.myAddDebugInfoEnabled);
addIncludePaths(commandLine, module);
addMacroDefinitions(commandLine, target);
commandLine.addParameters(erlangModulePaths);
return commandLine;
}
private static void addMacroDefinitions(GeneralCommandLine commandLine, ErlangTarget target) {