Files
compute-runtime/shared/source/helpers/preprocessor.h
Jaroslaw Chodor b0c915c61d Optimizing binary size
Signed-off-by: Jaroslaw Chodor <jaroslaw.chodor@intel.com>
2021-01-11 11:48:53 +01:00

15 lines
221 B
C

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#ifndef NEO_DISABLE_SOURCE_FILE_PATHS
#define NEO_SOURCE_FILE_PATH __FILE__
#else
#define NEO_SOURCE_FILE_PATH ""
#endif