-
Allow passing custom build options to the “build” command. · d6d05d02
After commit eba22f3e you couldn’t pass options like —dynamic-linking and—enable-profiling to the build command anymore. Those options were accepted by the build_ext command instead. With this change you can pass the options to both build and build_ext.
plusvic authored
×