compile sim with ofast

This commit is contained in:
Redo
2022-11-05 00:41:38 -06:00
parent c73fea8cca
commit 1d465b09f7
4 changed files with 3 additions and 1 deletions

View File

@@ -350,6 +350,7 @@ end
-- Logic Critical
function Simulation.ticklogic(sim)
-- Now implemented in C
--for i = 0, sim.num_groupqueue[0]-1 do
-- local cnet = sim.groupqueue[i]
-- Group.update_c(cnet, sim.current_tick[0])