From d7fa6d318c2c904caae4aab5892a0e97842c50de Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 2 May 2015 00:26:12 +0200 Subject: [PATCH] - Removed -m64 causing build issues on Linux 32 #331 --- CMakeLists.txt | 1 - readme.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c408aa6f..80427dc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,6 @@ endif() if(CMAKE_COMPILER_IS_GNUCXX) #add_definitions(-S) #add_definitions(-s) - add_definitions(-m64) add_definitions(-O2) #add_definitions(-fprofile-arcs -ftest-coverage) gcov diff --git a/readme.md b/readme.md index cc5ea87e..a35496f4 100644 --- a/readme.md +++ b/readme.md @@ -70,6 +70,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed multi-line comment warning in g++. #315 - Fixed specifier removal by 'std::make_pair<>' #333 - Fixed perspective fovy argument documentation #327 +- Removed -m64 causing build issues on Linux 32 #331 ##### Deprecation: - Removed integer specification for 'mod' in GTC_integer #308