Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
libclfft
Commits
aca23d27
Commit
aca23d27
authored
Jun 13, 2019
by
Bernd Machenschalk
Browse files
fix MinGW build
parent
167e5b78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.mingw
View file @
aca23d27
...
@@ -3,7 +3,7 @@ AMDAPPSDKROOT ?= /opt/AMDAPP
...
@@ -3,7 +3,7 @@ AMDAPPSDKROOT ?= /opt/AMDAPP
CXX
?=
i586-mingw32msvc-g++
CXX
?=
i586-mingw32msvc-g++
AR
?=
i586-mingw32msvc-ar
AR
?=
i586-mingw32msvc-ar
TARGET
=
libclfft.a
TARGET
=
lib
e
clfft.a
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(NVIDIA_SDK_INSTALL_PATH)
/OpenCL/common/inc
-I
$(AMDAPPSDKROOT)
/include
-I
../include
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(NVIDIA_SDK_INSTALL_PATH)
/OpenCL/common/inc
-I
$(AMDAPPSDKROOT)
/include
-I
../include
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment