Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
_ Still an improvement to implement
_ Still some results different from the previous versions ( to be
compared with ASPARTIX)
  • Loading branch information
Denaun committed Jul 8, 2013
1 parent 349f4fc commit 9f58983
Show file tree
Hide file tree
Showing 1,262 changed files with 9,396 additions and 171 deletions.
Binary file added Debug/OSX/SemOpt-0.2.0
Binary file not shown.
Binary file modified Debug/OSX/SemOpt-Opt
Binary file not shown.
Binary file modified Debug/OSX/SemOpt-PreOpt
Binary file not shown.
Binary file added Debug/SemOpt
Binary file not shown.
2 changes: 1 addition & 1 deletion Debug/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ all: SemOpt
SemOpt: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
g++ -o $@ $(OBJS) $(USER_OBJS) $(LIBS)
$(CXX) -o $@ $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '

Expand Down
Loading

0 comments on commit 9f58983

Please sign in to comment.