Changeset 136 for trunk/Softwares/Makefile.Software
- Timestamp:
- Oct 20, 2009, 8:52:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Makefile.Software
r124 r136 31 31 32 32 #-----[ To the compilation ]------------------------------------------------------ 33 OPTIMIZE = -O 2-std=c99 -fomit-frame-pointer -fdelayed-branch -mror -mcmov -msext -mhard-mul -msoft-div -msoft-float33 OPTIMIZE = -O3 -std=c99 -fomit-frame-pointer -fdelayed-branch -mror -mcmov -msext -mhard-mul -msoft-div -msoft-float 34 34 35 35 #Option :
Note: See TracChangeset
for help on using the changeset viewer.