Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
operating-systems
ws21
assignments
Commits
3b359960
Commit
3b359960
authored
Jan 13, 2018
by
Darshit Shah
Browse files
Make gnu99 the default C standard for builing the project
parent
25063dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Make.config
View file @
3b359960
...
...
@@ -33,7 +33,7 @@ endif
# Compiler and assembler invocation.
DEFINES
=
WARNINGS
= -
Wall
-
W
-
Wstrict
-
prototypes
-
Wmissing
-
prototypes
-
Wsystem
-
headers
CFLAGS
= -
g
-
msoft
-
float
-
O
-
march
=
i686
CFLAGS
= -
g
-
msoft
-
float
-
O
-
march
=
i686
-
std
=
gnu99
CPPFLAGS
= -
nostdinc
-
I
$(
SRCDIR
) -
I
$(
SRCDIR
)/
lib
ASFLAGS
= -
Wa
,--
gstabs
LDFLAGS
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment