mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r711] Updated flags for better production compiling
This commit is contained in:
parent
19369ba422
commit
7b18991338
@ -15,12 +15,12 @@ CFLAGS="$CFLAGS -Ae"
|
|||||||
#CPPFLAGS="$CPPFLAGS -I."
|
#CPPFLAGS="$CPPFLAGS -I."
|
||||||
|
|
||||||
# What compiler flags should be used for code development?
|
# What compiler flags should be used for code development?
|
||||||
DEBUG_CFLAGS=
|
DEBUG_CFLAGS=-g
|
||||||
DEBUG_CPPFLAGS=
|
DEBUG_CPPFLAGS=
|
||||||
|
|
||||||
# What compiler flags should be used for building a production
|
# What compiler flags should be used for building a production
|
||||||
# library?
|
# library?
|
||||||
PROD_CFLAGS=
|
PROD_CFLAGS=-O
|
||||||
PROD_CPPFLAGS=
|
PROD_CPPFLAGS=
|
||||||
|
|
||||||
# What compiler flags enable code profiling?
|
# What compiler flags enable code profiling?
|
||||||
|
Loading…
Reference in New Issue
Block a user