This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fb77c2c54b
CMake
/
Modules
/
Platform
/
Linux-VisualAge-CXX.cmake
2 lines
31 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix XL C++ compiler flags on Linux In Platform/Linux.cmake we add GNU flags as default for the platform which breaks non-GNU compilers. Later we should refactor these flag files to put compiler-specific flags only in files loaded for each compiler. Until then this commit fixes the XL C++ compiler flags on Linux by erasing the GNU flags. See issue #9469.
2009-09-16 20:33:24 +04:00
include
(
Platform/Linux-XL-CXX
)