Skip to content

Commit

Permalink
[CMake] remove ansi flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 27, 2019
1 parent 4a028bd commit 0f51c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ IF(NOT KDE)
IF(NOT WIN32 AND NOT APPLE)
# SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--fatal-warnings -lc -Wl,--disable-auto-import")
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--fatal-warnings -lc")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ansi")
ENDIF(NOT WIN32 AND NOT APPLE)
ENDIF(NOT KDE)

Expand Down

0 comments on commit 0f51c34

Please sign in to comment.