Opened 19 years ago
Closed 19 years ago
#4149 closed defect (fixed)
gprolog fd solver compile time problems
Reported by: | mellon85@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | pmoura@… | |
Port: |
Description
It's a known bug that the solver may not solve some of the solution if it is compiled with the -O3 flag, the maximum flag that should be used is -O1
Change History (2)
comment:1 Changed 19 years ago by gwright@…
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changed the configuration to buuild with -O1 instead of -O3.
Thanks Dario!
-GReg
Note: See
TracTickets for help on using
tickets.
I'll change it.
-Greg