% compile with
%    cm3 -O -D'M3_OPTIONS+=-NoChecks'
% since nobody knows how to set the options here in the file

import("libm3")
import("binIO")

% m3_option("-NoChecks")

% m3_option("-O")
m3_option("-keep")

% option("optimization","T")
% option("keep_files","T")
% option("NoChecks","T")

module("WriteTest")
module("UnsafeWriteTest")
implementation("Main")

program("speedtest")
