forked from nasa/bplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.mk
32 lines (27 loc) · 1019 Bytes
/
release.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
###############################################################################
# File: release.mk
#
# Copyright 2019 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Other Rights Reserved.
#
# This software was created at NASA's Goddard Space Flight Center.
# This software is governed by the NASA Open Source Agreement and may be
# used, distributed and modified only pursuant to the terms of that
# agreement.
#
# Maintainer(s):
# Joe-Paul Swinski, Code 582 NASA GSFC
#
# Note:
# See 'Makefile' in same directory for where this is included
###############################################################################
###############################################################################
## PLATFORM SPECIFIC OBJECTS
APP_OBJ += posix.o
###############################################################################
## OPTIONS
# Optimization Level #
APP_COPT += -O3
# Disable Asserts #
APP_COPT += -DNDEBUG