mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 10:41:35 +01:00
pure_cpp: prepare for object move
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
CFLGS = -std=c99
|
||||
CCFLGS = -ggdb3 -O0 -pedantic-errors -Wall -Wextra
|
||||
CCFLGS = -ggdb3 -O0 -pedantic-errors -Wall -Wextra -Wno-missing-field-initializers
|
||||
CXXFLGS = -std=c++11
|
||||
IN_EXT = .c
|
||||
IN_CXX_EXT = .cpp
|
||||
|
||||
Reference in New Issue
Block a user