Ignore:
Timestamp:
Apr 8, 2010, 8:09:02 PM (15 years ago)
Author:
diver
Message:

adjusted some stuff to be consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/makefile.kmk

    r14 r15  
    4040uni_de_CLEAN = $(PATH_BIN)/de/uni.pdr
    4141
    42 uni_CFLAGS = -Zdll -Zbin-files -Zomf
    43 uni_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium4
     42uni_CFLAGS = -Zomf
     43uni_CFLAGS.release = -s -O3 -march=pentium -mtune=pentium4
    4444uni_CFLAGS.debug = -g -O0 -DDEBUG
    45 # gcc -Zdll -Zbin-files -Zomf -o smb.pdr smb.o smb.def smb.res
    46 # uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll -Zbin-files
    47 uni_LDFLAGS = -Zdll -Zbin-files -Zomf 
     45uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files 
    4846uni_LDFLAGS.release = -s
    4947uni_LDFLAGS.debug = -g
    50 
    5148
    5249uni_DEFS =
Note: See TracChangeset for help on using the changeset viewer.