This commit is contained in:
Radovan Bast
2015-05-22 15:57:23 +02:00
parent 11cd9bfc1a
commit 694641a74b
14 changed files with 0 additions and 0 deletions

5
compilers/PGI.CXX.cmake Normal file
View 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()