Skip to content
Snippets Groups Projects
Commit fca44aec authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Correct debug flags : DO NOT OPTIMIZE compilation

parent d4ea3162
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.4 $ $Release$ $Date: 2004/05/19 16:37:16 $ $Author: sponcec3 $
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.5 $ $Release$ $Date: 2004/05/25 15:30:52 $ $Author: sponcec3 $
#
# Make Castor libraries and executables
#
......@@ -59,7 +59,7 @@ LIBS = ..\lib\shift.lib wsock32.lib advapi32.lib
#if !defined(_WIN32)
#if linux
DEBUG = -g -O
DEBUG = -g -O0
#else
DEBUG = -g
#endif
......
......@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.2 $ $Release$ $Date: 2004/05/17 14:46:39 $ $Author: sponcec3 $
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.3 $ $Release$ $Date: 2004/05/25 15:30:52 $ $Author: sponcec3 $
#
# Make Castor DB libraries
#
......@@ -26,7 +26,7 @@
#if !defined(_WIN32)
#if linux
DEBUG = -g -O
DEBUG = -g -O0
#else
DEBUG = -g
#endif
......@@ -43,6 +43,7 @@ ORALIB_OBJS = OraBaseCnv.Osuf \
OraCastorFileCnv.Osuf \
OraClientCnv.Osuf \
OraCnvSvc.Osuf \
OraStagerSvc.Osuf \
OraCuuidCnv.Osuf \
OraDiskFileCnv.Osuf \
OraDiskFileCopyCnv.Osuf \
......
......@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.2 $ $Release$ $Date: 2004/05/14 13:44:41 $ $Author: sponcec3 $
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.3 $ $Release$ $Date: 2004/05/25 15:30:52 $ $Author: sponcec3 $
#
# Make Castor DB example
#
......@@ -26,7 +26,7 @@
#if !defined(_WIN32)
#if linux
DEBUG = -g -O
DEBUG = -g -O0
#else
DEBUG = -g
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment