mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
7057103deb
commit
0bc459d84e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ DESTDIR ?= .
|
|||
CONFIGS +=
|
||||
PARAMS +=
|
||||
|
||||
CXXFLAGS += -std=c++11 -Wall -Wextra -Wfatal-errors -Wno-array-bounds
|
||||
CXXFLAGS += -std=c++17 -Wall -Wextra -Wfatal-errors -Wno-array-bounds
|
||||
CXXFLAGS += -fPIC -Wno-maybe-uninitialized
|
||||
CXXFLAGS += $(CONFIGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue