Changeset 469 in ntrip for trunk/ntripserver/makefile


Ignore:
Timestamp:
Jun 6, 2007, 4:56:59 PM (17 years ago)
Author:
stoecker
Message:

cleanup and tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/makefile

    r468 r469  
    22
    33NtripServerLinux: NtripLinuxServer.c
    4         $(CC) -Wall -W -O3 $? -o $@
     4        $(CC) -Wall -W -O3 $? -DNDEBUG -o $@
     5
     6debug: NtripLinuxServer.c
     7        $(CC) -Wall -W -O3 $? -o NtripServerLinux
    58
    69clean:
Note: See TracChangeset for help on using the changeset viewer.