File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# *****************************************************************************
3
- # Copyright (c) 2016-2020 , Intel Corporation
3
+ # Copyright (c) 2016-2022 , Intel Corporation
4
4
# All rights reserved.
5
5
#
6
6
# Redistribution and use in source and binary forms, with or without
119
119
_project_cmplr_flag_stdcpp_static = []
120
120
_project_cmplr_flag_compatibility = []
121
121
_project_cmplr_flag_lib = ["/DLL" ]
122
+ _project_cmplr_flag_release_build += _project_cmplr_flag_sycl_devel
122
123
_project_cmplr_macro += [("_WIN" , "1" )]
123
124
_project_rpath = []
124
125
# TODO this flag creates unexpected behavior during compilation, need to be fixed
134
135
"""
135
136
Debug configuration
136
137
"""
137
- _project_cmplr_flag_sycl += _project_cmplr_flag_sycl_devel
138
138
_project_cmplr_flag_default_build = _project_cmplr_flag_debug_build
139
139
else :
140
140
"""
141
141
Release configuration
142
142
"""
143
+ _project_cmplr_flag_sycl += _project_cmplr_flag_sycl_devel
143
144
_project_cmplr_flag_default_build = _project_cmplr_flag_release_build
144
145
145
146
"""
You can’t perform that action at this time.
0 commit comments