Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed the -c99 compiler junk.
  • Loading branch information
icculus committed Sep 9, 2009
1 parent ef5a364 commit f6e04a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(FatELF)

INCLUDE_DIRECTORIES(include)
ADD_DEFINITIONS(-c99 -Wall -Werror)
ADD_DEFINITIONS(-Wall -Werror)

ADD_EXECUTABLE(fatelf-glue utils/fatelf-glue.c utils/fatelf-utils.c)
ADD_EXECUTABLE(fatelf-info utils/fatelf-info.c utils/fatelf-utils.c)
Expand Down

0 comments on commit f6e04a1

Please sign in to comment.