make/common/TestFilesCompilation.gmk
changeset 41260 4f71f07b30d1
parent 40613 0140daccc66f
child 49070 d7859531621b
equal deleted inserted replaced
41257:65477538bec3 41260:4f71f07b30d1
     1 #
     1 #
     2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    86         LANG := C, \
    86         LANG := C, \
    87         CFLAGS := $$($1_CFLAGS) $$($1_CFLAGS_$$($1_PREFIX)$$(name)), \
    87         CFLAGS := $$($1_CFLAGS) $$($1_CFLAGS_$$($1_PREFIX)$$(name)), \
    88         LDFLAGS := $$($1_LDFLAGS) $$($1_LDFLAGS_$$($1_PREFIX)$$(name)), \
    88         LDFLAGS := $$($1_LDFLAGS) $$($1_LDFLAGS_$$($1_PREFIX)$$(name)), \
    89         LIBS := $$($1_LIBS_$$($1_PREFIX)$$(name)), \
    89         LIBS := $$($1_LIBS_$$($1_PREFIX)$$(name)), \
    90         OPTIMIZATION := LOW, \
    90         OPTIMIZATION := LOW, \
       
    91         COPY_DEBUG_SYMBOLS := false, \
       
    92         STRIP_SYMBOLS := false, \
    91     )) \
    93     )) \
    92     $$(eval $1 += $$(BUILD_TEST_$$(name)) )  \
    94     $$(eval $1 += $$(BUILD_TEST_$$(name)) )  \
    93   )
    95   )
    94 
    96 
    95 endef
    97 endef