Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Took out the have compiler flag. It is no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Belanger committed Jun 10, 2019
1 parent 8d6ac1d commit 1e6d3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ project(DECaxp VERSION 1.0.0)
# NOTE: We define compiler flags for both C and C++ compilers, just in case
# someone adds a module written in C++.
#
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m64 -std=gnu99 -Wall -D_AXP_COMPILER_PRESENT_")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m64 -std=gnu++98 -Wall -D_AXP_COMPILER_PRESENT_")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m64 -std=gnu99 -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m64 -std=gnu++98 -Wall")

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/Executables")

Expand Down

0 comments on commit 1e6d3b6

Please sign in to comment.