rename
This commit is contained in:
5
compilers/PGI.CXX.cmake
Normal file
5
compilers/PGI.CXX.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES PGI)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")
|
||||
endif()
|
Reference in New Issue
Block a user